/* Keep the homepage carousels aligned with the same 1280px content grid as their headings. */
.ec-home-main > section > .slider-wrapper {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
    padding-left: 24px;
    padding-right: 24px !important;
}
