

/* Start:/local/templates/zdrav/components/bitrix/system.pagenavigation/video-list/style.css?158698641055*/
#ctrl_panel_videos {
width: 100%;
text-align: center;
}
/* End */


/* Start:/local/templates/zdrav/components/bitrix/news.list/video-list/style.css?17289924331817*/
#videos-list {
display: flex;
flex-wrap: wrap;
}

.video-item .post-pic {
position: relative;
}

.video-item img {
width: 100%;
display: block;
}

.video-item a {
color: inherit;
}

.video-item .play-icon {
position: absolute;
width: 3rem;
height: 3rem;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: white;
-webkit-filter: drop-shadow( 0px 0px 4px grey );
filter: drop-shadow( 0px 0px 4px grey );
}


.video-item {
font-family: 'Formular', 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
font-size: smaller;
}

.video-title {
margin-top: .75em;
line-height: 1.4em;
font-weight: bold;
padding-right: 3em;
margin-bottom: .5em;
}

.video-duration {
position: absolute;
right: 3px;
bottom: 3px;
background-color: rgba(0, 0, 0, 0.8);
color: white;
padding: 1px 7px;
font-size: small;
font-weight: bold;
}

.frontpage .video-title {
font-size: 1rem;
}


/************ AS POST *************/

.video-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 10px;
    margin-right: -5px;
    margin-bottom: 40px
}

@media screen and (min-width: 768px) {
	.video-item {width: 50%; }
}

@media screen and (min-width: 992px) {
	.frontpage .video-item {width: 25%; }
	.video-item {width: 33.33%; }
}




.fancybox-container.framed .fancybox-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 521px) {
    .fancybox-container.framed .fancybox-slide {
        padding: 44px;
    }
}

.fancybox-container.framed .vid_wrapper {
    padding: 25px 0 56.25%;
    display: flex;
    position: relative;
    height: 0;
    flex: 1;
    background-color: transparent;
    width:80vw
}

.fancybox-container.framed .vid_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%
}





/* End */
/* /local/templates/zdrav/components/bitrix/system.pagenavigation/video-list/style.css?158698641055 */
/* /local/templates/zdrav/components/bitrix/news.list/video-list/style.css?17289924331817 */
