.container {
    margin: 0 auto;
    max-width: 1900px;
}

.access__rowList .text {
    font-size: 34px;
}

@media only screen and (max-width: 1080px) {
.access__rowList .text {
    font-size: 20px;
}
}

.video-container {
    background-color: #000;
}

.video {
        max-width: 1900px;
        margin: 0 auto;
        padding: 0 60px 0 60px;
}

.video__videoWrapper {
    aspect-ratio: 16 / 9;
}

@media only screen and (max-width: 1080px) {
.video__videoWrapper {
    aspect-ratio: 14 / 9;
}
}


dl8-video {
    position: absolute !important;
    top: 0 !important;
    max-height: 100%;
}

.video-sort-btns {
    padding: 0 140px 0 140px;
    max-width: 1900px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1500px) {
    .video-sort-btns {
        padding: 0 80px 0 80px;
    }
}

@media only screen and (max-width: 500px) {
    .video-sort-btns {
        padding: 0 10px 0 10px;
    }
}