section.custom-banner.venue-page .banner-wrapper {
    background-image: url('https://storage.googleapis.com/giffycms-ortiz.appspot.com/images/boutique_3933_hall/boutique_page.jpg');
}

.boutique-3933-hall {
    background: unset;
    margin-top: 0 !important;
    padding-top: 2em;
}

.boutique-3933-hall .header-text-wrapper h2,
.boutique-3933-hall .header-text-wrapper h3 {
    color: var(--dark-theme);
}

section.custom-gallery .header-text-wrapper h2::after {
    margin-top: 0.5em;
}

section.map.venue-page {
    margin-top: 0;
}

section.newsletter {
    margin-bottom: 0;
}

@media (max-width: 444px) {
    section.custom-banner.venue-page article.text-content {
        width: 95%;
    }
}

@media (max-width: 408px) {
    section.custom-banner.venue-page .breadcrumb-wrapper {
        top: 17.3em !important;
    }
}

@media (max-width: 374px) {
    section.custom-banner.venue-page .breadcrumb-wrapper {
        top: 14em !important;
    }
}

@media (max-width: 344px) {
    section.custom-banner.venue-page article.text-content {
        top: 7em !important;
    }

    section.custom-banner.venue-page .breadcrumb-wrapper {
        top: 11em !important;
    }
}