#myPlayer{
    background:#000;
    width:100%;
    position:relative;
}
#myPlayer img{
    opacity:0;
    width:100%;
    height:auto;
}

@media (max-width: 991.98px){ 
    #myPlayer img{
        height: 743px;
    }
}

@media (max-width: 767.98px){
    #myPlayer img{
        height: 100vh;
    }
}

@media (max-width: 575.98px){ 
    #myPlayer img{
        height: 100vh;
    }
}

/*MP4*/
.videohome {
	width:100%;
    height: 1500px;
    position: relative;
}
.videohome video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 2560px){
    .videohome{
        height: 1000px;
    }
}

@media (max-width: 1920px){
    .videohome{
        height: 743px;
    }
}

@media (max-width: 767.98px){
    .videohome{
        height: 100vh;
    }
}

@media (max-width: 575.98px){ 
    .videohome{
        height: 100vh;
    }
}
/*MP4*/