/* Avoid a second negative gutter inside full-width public content rows. */
@media (min-width: 769px) {
    #home-news .sy_inner,
    section.container.sy-section > .row > .sy_inner {
        margin-left: 0;
        margin-right: 0;
    }

    section.container.sy-section > .row > .sy_inner > .hidden-xs {
        min-width: 0;
        width: 100%;
    }

    section.container.sy-section .product-notice {
        max-width: 100%;
    }
}

/* The contact column must follow the width of its grid cell. */
#footer-main .footer-website-contact {
    max-width: 100%;
}

@media (max-width: 768px) {
    .wrap-main-swiper {
        padding-left: 0;
        padding-right: 0;
    }

    .wrap-main-swiper > .swiper-container {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* The banner can be narrower than the viewport; size copy to the slide. */
    .wrap-main-swiper .content-slide {
        width: calc(100% - 24px) !important;
        max-width: calc(100% - 24px) !important;
    }

    .wrap-main-swiper .content-slide .slogan {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    /* Anchor the active underline to its tab after the mobile grid wraps. */
    #home-serve .more-tabs-item-cont {
        position: relative;
    }
}
