#vp-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999999;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#vp-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





@media screen and (min-width: 280px) and (max-width: 991px) { 
	
	#vp-overlay { 
    background: #121b1d !important; 
}
#vp-video {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}
}