.e-content .video-container {

    height: 90vh;

   }


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

   .e-content .video-container {

    height: 100vh;

   }



}
@media only screen and (min-width:414px) and  (max-width: 620px) {

   .e-content .video-container {

    height: 60vh;

   }



}


