

/* Start:/local/templates/tlock/components/bitrix/news/news/bitrix/news.detail/.default/style.css?1697205776856*/
.youtube {
    width: 100%;
    height: 241px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    background-size: cover;
}
.youtube:hover{
    box-shadow: 0px 0px 0px #8e8e8e;
}
.youtube .play {
    background: url('/local/templates/tlock/components/bitrix/news/news/bitrix/news.detail/.default/img/youtube-play-btn.png') no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.youtube:hover .play {
    background-position: 0 -50px;
}
/* End */
/* /local/templates/tlock/components/bitrix/news/news/bitrix/news.detail/.default/style.css?1697205776856 */
