@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');

#videoOne {
    width: 100%;
}
@media screen and (max-width:1420px) {
    .bgSlider {
        background-size: 120% auto;
    }
}
@media screen and (max-width:1200px) {
    .bgSlider {
        background-size: 130% auto;
    }
}
@media screen and (max-width:1024px) {
    .bgSlider {
        background-size: 170% auto;
    }
}
@media screen and (max-width:850px) {
    .parallaxTopTres {
        width: 100%;
        height: 500px;
        float: left;
        text-align: center;
        background-position: center 90px;
        background-repeat: no-repeat;
        background-attachment: fixed;
        -webkit-background-size: 1200px;
        -moz-background-size: 1200px;
        -o-background-size: 1200px;
        background-size: 1200px;
        margin-top: 0px;
        cursor: pointer;
    }

    /*
     #videoOne {
         position: absolute;
        left: -45%;
        top: 90px;
        width: 190%;
        height: auto;
        z-index: -10;
        visibility: visible;
     }*/
}
@media screen and (max-width:420px) {
    .section .container {
        padding: 0px !important;
    }

    .parallaxTopTres {
        width: 100%;
        height: 350px;
        float: left;
        text-align: center;
        background-position: center 90px;
        background-repeat: no-repeat;
        background-attachment: fixed;
        -webkit-background-size: 700px;
        -moz-background-size: 700px;
        -o-background-size: 700px;
        background-size: 700px;
        margin-top: 0px;
        cursor: pointer;
    }
}

@media screen and (max-width:350px) {
    .section .container {
        padding: 0px !important;
    }


    .parallaxTopTres {
        width: 100%;
        height: 300px;
        float: left;
        text-align: center;
        background-position: center 90px;
        background-repeat: no-repeat;
        background-attachment: fixed;
        -webkit-background-size: 600px;
        -moz-background-size: 600px;
        -o-background-size: 600px;
        background-size: 600px;
        margin-top: 0px;
        cursor: pointer;
    }
}