.t230__wrap-video {
    max-width: 250px;
    margin: auto;
    min-height: 400px;
}

.t230__wrap-video iframe,
.t230__wrap-video .t-video-lazyload {
    min-height: 400px;
}

.video-shorts iframe {
    width: 100%;
    border-radius: 20px;
}

.uc-video-mini iframe {
    width: 338px;
    height: 600px;
border-radius: 20px;
}

.uc-video-mini .t-video-lazyload {
    height: initial !important;
    background: none !important;
}

.video-shorts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.t-feed__post-popup__content-wrapper .t-col.t-col_8 {
    max-width: 100%;
}

.uc-vk-video iframe {
    min-height: 500px;
}

@media (max-width: 961px) {
    .uc-vk-video iframe {
        min-height: initial;
    }
}

@media (max-width: 800px) {
    .t230__wrap-video {
        max-width: 100%;
        min-height: 300px;
    }
    
    .t230__wrap-video iframe,
    .t230__wrap-video .t-video-lazyload {
        min-height: 300px;
    }

    .video-shorts {
        grid-template-columns: repeat(1, 1fr);
    }

    .uc-video-mini iframe {
        width: 100%;
        max-height: 300px;
    }
    div[data-record-type="131"] div {
        max-width: 100%;
    }
    .video-shorts iframe {
        width: 100%;
        margin-bottom: 10px;
        max-height: 300px;
    }
}