﻿.wl_video {
    position : relative;
}

.wl_video span {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background : url('../img/yt_black.png') 0 0 no-repeat;
    width : 75px;
    height : 53px;
    position : absolute;
    left : 0;
    right : 0;
    top : 0;
    bottom : 0;    
    margin : auto;
    overflow : hidden;
    text-indent : 100px;
}

.wl_video:hover span {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background : url('../img/yt_red.png') 0 0 no-repeat;
}

.wl_video img {
    width : 100%;
}

.fancybox-close {
    top : 0;
    right : 0;
    width : 36px;
    height : 36px;
    background : #fff url('../img/btn_close.png') center center no-repeat;
}

.fancybox-iframe {
    border : none;
    background-color : #fff;
}

.fancybox-title {
    padding : 20px;
}

.fancybox-title p {
    margin : 0;
    padding : 10px 0 10px;
    font-size : 18px;
    font-weight : bold;
    text-align : center;
}

.fancybox-title p a {
    font-size : 16px;
}