﻿
.hero-video-wrap {
    overflow: hidden;
    /*
    height: 150px;
    width: 560px;
    margin-left: -95px;
*/
    margin-left: 0;
    height: 150px;
    width: auto;
}

.hero-video {
    width: 102%;
    height: 100%;
    object-fit: cover;
    margin-left: -1%;
    position: relative
}


@media only screen and (min-width:440px) {
    .hero-video-wrap {
        height: 200px;
    }
}


@media only screen and (min-width:640px) {
    .hero-video-wrap {
        height: 250px;
    }
}

@media only screen and (min-width:860px) {
    .hero-video-wrap {
        height: 300px;
    }
}

@media only screen and (min-width:1000px) {
    .hero-video-wrap {
        height: 500px;
        width: 1920px;
        margin-left: -330px;
    }
}


@media only screen and (min-width:1400px) {
    .hero-video-wrap {
        margin-left: -200px;
    }
}

@media only screen and (min-width:1600px) {
    .hero-video-wrap {
        margin-left: -130px;
    }
}


@media only screen and (min-width:1920px) {
    .hero-video-wrap {
        height: 500px;
        width: 1920px;
        margin-left: 0;
    }
}
