/* Keep the horizontal category rail inside the page column on narrow screens. */
@media (max-width: 767.98px) {
    html body .copp-showcase__section,
    html body .copp-programs-page__categories,
    html body .copp-programs {
        min-width: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    html body .copp-programs__viewport {
        min-width: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}
