.video-modal
{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.8);
justify-content:center;
align-items:center;
z-index:9999;
}

.video-content
{
position:relative;
width:80%;
max-width:800px;
}

.video-content iframe
{
width:100%;
height:450px;
border-radius:10px;
}

.video-close
{
position:absolute;
top:-30px;
right:0;
color:#fff;
font-size:30px;
cursor:pointer;
}