@media screen and (max-width: 768px) {
    .accordion-item {
        max-width: 100% !important;
    }

    .fixed-accordion {
        position: inherit !important;
        height: auto !important;
        overflow: initial !important;
        width: 100% !important;
    }
}


@media screen and (max-width: 600px) {
    .video-item-container {
        width: 200% !important;
        margin-left: auto;
        margin-right: auto;
        max-width: 380px !important;
        overflow: hidden;
    }

    .col-8 {
        height: auto !important;
        flex: auto !important;
        width: auto !important;
    }

    .col-3 {
        width: auto !important;
    }

    .brand {
        height: initial;
    }

    .adapt-mobile {
        margin-left: auto !important;
        margin-right: auto !important;
        width: auto !important;
    }

    .auto-width {
        width: auto !important;
    }

    .source-region-mobile {
        width: 100% !important;
        display: block !important;
    }

    .source-region-label-mobile {
        width: 100% !important;
        margin: 0 !important;
        height: initial !important;
    }

    .auto-width-category {
        width: 95% !important;
    }

    .video-info-container {
        width: 100% !important;
    }
}
