
video {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}


.block-2 video {
    max-height: 150px;
    object-fit: fill;
}


.article-media video {
    margin-bottom: 20px;
}


.article-thumb video,
.fn-thumb video,
.ln-thumb video,
.pa-thumb video,
.la-thumb video,
.ra-thumb video {
    max-height: 200px;
    object-fit: fill;
}


.bl-featured-big video {
    width: 100%;
    height: 300px;
    object-fit: fill;
}


.media-album {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.media-album video,
.media-album img {
    flex: 1;
    min-width: 200px;
    max-width: calc(50% - 5px);
    height: auto;
    object-fit: fill;
}


@media (max-width: 768px) {
    video {
        max-height: 200px;
    }
    
    .bl-featured-big video {
        height: 200px;
    }
    
    .article-thumb video,
    .fn-thumb video,
    .ln-thumb video,
    .pa-thumb video,
    .la-thumb video,
    .ra-thumb video {
        max-height: 150px;
    }
    
    .media-album video,
    .media-album img {
        max-width: 100%;
        min-width: auto;
    }
}
