.hot-hero-video{

width:100%;
overflow:hidden;
line-height:0;

}

.hot-video{

display:block;
width:100%;
height:auto;

}

.desktop-video{

display:block;

}

.mobile-video{

display:none;

}

@media screen and (max-width:749px){

.desktop-video{

display:none;

}

.mobile-video{

display:block;

}

}