

/* Start:/local/templates/verba/components/ismagin/youtubelist/academyoutube/style.css?17538792001371*/
/* YouTube/RuTube iframe responsive styles for academy */
.youtube-item {
    display: inline-block;
    width: 27%;
    margin: 0 3%;
    vertical-align: top;
}

.youtube-item:nth-child(3n) {
    margin-right: 0;
}

.youtube-item iframe {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border: none;
}

/* For older browsers that don't support aspect-ratio */
@supports not (aspect-ratio: 16/9) {
    .youtube-item {
        position: relative;
    }
    
    .youtube-item iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .youtube-item::before {
        content: '';
        display: block;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
    }
}

.youtube-item .slider-image {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.youtube-item .slider-image .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .youtube-item {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .youtube-item iframe {
        aspect-ratio: 16/9;
    }
}
/* End */
/* /local/templates/verba/components/ismagin/youtubelist/academyoutube/style.css?17538792001371 */
