.fly
{
display:none;
position:fixed;
z-index:999990;
left:0;
top:0;
width:100%;
height:100%;
}

.fly__shadow
{
position:fixed;
z-index:999991;
left:0;
top:0;
width:100%;
height:100%;
background: rgba( 0, 0, 0, 0.5);  
}

.fly__wrapper
{
position:fixed;
z-index:999992;
left:50%;
top:15%;
width:500px;
padding:20px;
margin-left:-250px;
background: #fff;  
}

.fly__close
{
position:absolute;
right:10px;
top:5px;
cursor:pointer;
font-size:20px; 
font-family:Museo, Times New Roman, serif; 
color:#5999b7; 
}

.fly__caption
{
display:block; 
margin:0; 
padding:0; 
text-align:center;
font-family:Museo, Times New Roman, serif; 
color:#5999b7; 
font-size:22px; 
text-align:center; 
font-weight:normal;text-shadow: 0px -1px 0px #28405c;
position:relative; 

}

@media  (max-width: 768px){
.fly__wrapper{width:300px;margin-left:-150px;}
}

.comments
{
margin-top:-25px;
background:#6FBFE4;
}

.video_item-iframe img
{
width:100%;
}

.sfx_comments_block_wrap img
{
width:100%;
}