.video-frame {
    width: 100%;
    /* width: 560px;
    height: 315px;

    @media screen and (max-width: 991px) {
        width: 367px;
    } */
}

.files-grid-css {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1.5rem;
    grid-template-columns: auto auto;
    gap: 0 1.5rem;
    padding-right: 30px;

    @media screen and (max-width: 991px) {
        display: block;
    }
}
