#video-player{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: none;
}
.video-wrap{
    width: 908px;
    height: 538px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -269px;
    margin-left: -454px;
}
#video-container{
    width: 900px;
    height: 520px;
    border: 4px solid #000;
}
video{
    width: 100%;
    height: 100%;
    background: #000000;
}
.btn-close{
    cursor: pointer;
    display: block;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
}

#video-layer { position: fixed;width:100%;height:100%;background:url(../images/img_video_bg.png) repeat 0 0;z-index:99999;top:0px;left:0px;display:none; }
#video-layer .video-wrap { width:908px;height:538px;position:absolute;top:50%;left:50%;margin-top:-269px;margin-left:-454px; }
#video-layer .video-wrap #video-container { width:900px;height:520px;border:4px solid #000;background:#FFF; }
#video-layer a { display:block;line-height:30px;font-size:16px;text-align:center; }
#video-layer a:hover { color:#00aeeb }


@media (max-width: 767px) {

    #video-layer .video-wrap { width:320px;margin-left:-160px;height:200px;margin-top:-100px; }
    #video-layer .video-wrap #video-container { width:312px;height:180px; }

    .main-section.section-search #search-result .result-item.col-sm-4 { width:auto;margin:0px auto;margin-bottom:40px;float:none;text-align:center;padding:0px 20px; }
}