@media only screen and (max-width: 600px) {

.hidemob{display:none;}
.mob-banner1{background:url('../img/video-banner-1.png');background-repeat: no-repeat;  background-size: cover; background-position: center;background-attachment: fixed;}
.mob-banner2{background:url('../img/video-banner-2.png');background-repeat: no-repeat;  background-size: cover; background-position: center;background-attachment: fixed;}
.mob-banner3{background:url('../img/video-banner-3.png');background-repeat: no-repeat;  background-size: cover; background-position: center;background-attachment: fixed;}
.videostrip-contnts{    /* top: 1%; */    bottom: 1%;}
.bgs{background:url('../img/mobbanner-egg.png');background-repeat: no-repeat;  background-size: 100%; background-position: center;background-attachment: fixed;}
}



@media only screen and (min-width: 1200px)
{
    .videostrip-wrap {   width: 100%; position: relative; z-index: 9; height: 100vh;}
    .hidedesk{display:none;}
}