.youcover,
.youcover.active-iframe iframe {
    display: block;
    }
.youcover.fixwidth {
    position: relative;
    height: auto;
    width: 100%;
    background-color: #000;
    cursor: pointer;
    border: solid 1px rgb(40,40,40);
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
    }
.youcover.fixheight {
    position: relative;
    height: 100%;
    width: auto;
    background-color: #000;
    cursor: pointer;
    border: solid 1px rgb(40,40,40);
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
    }
.youcover:after {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    opacity: .9;
    content: " ";
    position: absolute;
    width: 100px;
    height: 70px;
    background-image: url(/images/shared/youtube-ico.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -35px;
    cursor: pointer;
    }
.youcover.active-iframe img {
    opacity: 0;
    }
.youcover.active-iframe:after {
    display: none;
    }
.youcover iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    }
.youcover.fixwidth img {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    }
.youcover.fixheight img {
    position: relative;
    width: auto;
    height: 100%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    }
.youcover:hover:after {
    opacity: 1;
    }
.youcover.fancybox-active img {
    border: 5px solid #639;
    }
