

/* Start:/bitrix/components/alexnozer/video.youtube/templates/.default/style.css?1730825576895*/
.anz-video {
    position: relative;
    width: 100%;
    height: 0;
    background-color: #000;
}

.anz-video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.anz-video__button {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    background-color: transparent;
    padding: 0;
    border: none;
    outline: none;
}

.anz-video--enabled {
    cursor: pointer;
}

.anz-video--enabled .anz-video__button {
    display: block;
}

.anz-video__button-shape {
    fill: #212121;
    fill-opacity: .8;
}

.anz-video:hover .anz-video__button-shape,
.anz-video__button:focus .anz-video__button-shape {
    fill: #ff0000;
    fill-opacity: 1;
}

.anz-video__button-icon {
    fill: #fff;
}
/* End */
/* /bitrix/components/alexnozer/video.youtube/templates/.default/style.css?1730825576895 */
