.videomodal {
    background-color: rgb(15, 55, 127);
    display: none;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.videomodal .lightbox-close {
    opacity: 1;
    background-image: none; 
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    width: auto;
    height: auto;
    position: absolute;
    top: 40px;
    left: 40px;
    color: rgb(255, 255, 255);
    padding: 0px;
}
.videomodal .lightbox-body {
    display: flex;
    height: 100%;
    align-items: center;
}
.videomodal .container {
    padding-left: 175px;
    padding-right: 175px;
    height: 100%;
	max-width:100%;	
}
.drawer-open {
    overflow: hidden;
}
@media(max-width:991px){
	.videomodal .container{
		padding-left:10px;
		padding-right:10px;
	}
}
