.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 { 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%; }
#video-popup-container {
z-index: 996;
}