.fme_fvg_video {
	width: 100%;
	height: 400px;
	margin: auto;
	display: block;
	border: none;
}




.fmefvgpopup-btn, .close-btn {
	margin: 5px 4px 5px 5px;
	cursor: pointer; 
    
}


.fmefvgpopup-btn:hover {
	color: white;
	background-color: black;
}
.fmefvg_video_popup {
	display: none;
	width: 100%;
	height: 100vh;
	margin: auto;
	position: fixed;
	top: 0;
	boxshadow: 10px 10px 10px 10px black;
}

.fme_popup-content {
	/*background: white;*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* width: 800px; */
	height: auto;
	max-width: -webkit-fill-available;
}
.fmefv_shop_thumnail {
	border-style: none;
	vertical-align: top;
	max-width: 100%;
	/*height: auto;*/
}

/* #video-popup-container {
	z-index: 996;
} */



/* Added by hyder alam */



div#video-popup-container {
    z-index: 10000 !important;
}

.ytp-cued-thumbnail-overlay-image{
	background-size: contain !important;
}

@media screen and (max-width: 1366px) {
    .fme_popup-content {
        width: 80% !important;
        max-width: 80%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .fme_popup-content iframe,
    .fme_popup-content video {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        aspect-ratio: 16 / 9; 
        object-fit: contain;
    }

    #fmefvgappend {
        width: 100% !important;
        max-width: 100%;
    }

	button#fme_pgifw_popupvideo {
		margin-right: 1px !important;
	}
}



@media screen and (min-width: 768px) and (max-width: 1366px) {
    .fme_popup-content {
        padding: 10px;
    }
    .fme_popup-content iframe,
    .fme_popup-content video {
        max-width: 80%;
        width: 80% !important;
        height: auto !important;
    }

	button#fme_pgifw_popupvideo {
		margin-right: -1px !important;
	}
}


@media screen and (min-width: 1366px) {
	.fme_popup-content {
        padding: 10px;
    }
    .fme_popup-content iframe,
    .fme_popup-content video {
        max-width: 100%;
        width: 100% !important;
        height: auto !important;
        
    }

	.fme_popup-content iframe,
    .fme_popup-content video {
        width: 990px !important;
        height: 500px !important;
        max-height: 500px !important;
    }



}



