.archive-video-post-card-top {
    position: static !important;
}

.archive-video-post-card-category {
    color: white;
}

.archive-video-post-card-category a, .archive-video-post-card-link_more {
    color: white;
}

.archive-video-post-card-bottom {
    border-top: 1px solid rgb(255, 255, 255) !important;
}

.archive-video-posts .card-sm {
    width: calc(101% * 0.33);
}

.archive-video-posts .card-sm:nth-child(5n + 1),
.archive-video-posts .card-sm:nth-child(5n + 2) {
    width: 50%;
}

@media (max-width: 768px) {
    .archive-video-posts .card-sm {
        width: 100% !important;
    }
}

.archive-video-post-body__bottom {
    background: linear-gradient(0deg, rgb(44, 44, 44) 0%, rgba(44, 44, 44) 50%, rgba(255, 255, 255, 0) 100%);
    margin: -0.5rem;
    padding: 0.5rem;
    padding-top: 4rem;
}