.video_inner {
    max-width: 100vw;
    border: 1px solid white;
    border-radius: 15px;;
}

.video_block {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.scrl_dwn {
    display: none !important;
}

@media (max-width: 480px) {
    .video_inner {
        max-width: 1000px;
        border: 1px solid white;
        border-radius: 15px;
    }

    .scrl_dwn {
        display: flex !important;
    }

}


.nav-item {
    border: 2px solid var(--bs-nav-pills-link-active-bg);
    border-radius: 10px;
    margin-left: 10px;
}