.footer__newsletter {
    width: calc(var(--grid-gutter) * -1 + (var(--grid-gutter) + var(--grid-col-width)) * 5 + var(--grid-gutter));
    padding-right: calc(var(--grid-col-width) + var(--grid-gutter));
    visibility: hidden;
}



.locations-list__location-image {
    width: 35%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    background-image: url("https://jugojuice.com/wp-content/uploads/2024/01/jj23_nat_030_jan-feature_website-header_desktop_960x918_dec23.jpg") !important;
    background-size: contain !important;
background:no-repeat;
}
@media only screen and (max-width: 600px) {
.locations-list__location-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    background-image: url("https://jugojuice.com/wp-content/uploads/2024/05/jj24_nat_015_sunkissed_campaign_website-homepage_960x918_homepage_april24_v1.jpg") !important;
    background-size: cover !important;
    background: no-repeat;
    background-position: center;
    width: 100%;
}
}