

/* Start:/local/templates/aspro-medc2/components/bitrix/news/gallery/bitrix/news.detail/.default/style.css?1771342606657*/
.video-gallery-item {
    position: relative;
    display: block;
    cursor: pointer;
}

.video-gallery-item .btn-play-video:hover {
    opacity: 0.9;
    transition: opacity 0.5s;
}

.btn-play-video {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
}

.btn-play-video svg {
    border: 1px #218a8b solid;
    background: #218a8b;
    border-radius: 50%;
    padding: 15px;
    width: 56px;
    height: auto;
}

#popupVideo {
    display: none;
    width: 100%;
    height: auto;
    position: relative;
}
/* End */
/* /local/templates/aspro-medc2/components/bitrix/news/gallery/bitrix/news.detail/.default/style.css?1771342606657 */
