.video-post-grid-2 .main-post-container,
.video-post-grid-2 .posts-container {
    width: 50%;
}

.video-post-grid-2 .post-box {
    width: 100%;
    height: 100%;
    float: none;
    background-size: cover;
    background-position: center;
    position: relative;
}

.video-post-grid-2 .post-box .img-container {
    width: 100%;
    height: 200px;
}

.video-post-grid-2 .post-box img,
.video-post-grid-2 .post-box.main-post {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.video-post-grid-2 .posts-container .post-box {
    width: 50%;
}

.video-post-grid-2 .post-box .post-cat ul li:not(li:last-child):after {
    content: "/";
    padding: 0 5px;
}

.video-post-grid-2 .side-post .post-date {
    font-size: 14px;
}

.video-post-grid-2 .post-box a.svg-container {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

@media (max-width: 575.99px) {
    .video-post-grid-2 {
        flex-direction: column;
    }

    .video-post-grid-2 .posts-container,
    .video-post-grid-2 .main-post-container {
        width: 100%
    }

    .video-post-grid-2 .posts-container {
        height: initial;
    }

    .video-post-grid-2 .posts-container .post-box.side-post:nth-child(odd) {
        padding: 10px 0 0 10px;
    }

    .video-post-grid-2 .posts-container .post-box.side-post:nth-child(even) {
        padding: 10px 0 0 0;
    }

    .video-post-grid-2 .posts-container .post-box.side-post .img-container {
        height: 200px;
    }

    .video-post-grid-2 .posts-container .post-box.side-post .img-container img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}