@media (max-width: 480px) {
    #sensa-hero-video .video-container {
        height: 200px!important;
    }
#thx-video video {height: 200px!important;}
}
@media (max-width: 1920px) and (min-width:768px) {
    #sensa-hero-video .video-container {
			    max-height: 70vh!important;
			    height: 500px!important;
			}
    #thx-video video {height: 500px!important;}
}
@media (max-width: 1920px) and (min-width:768px) {
    }
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}