/* Decor page exclusive CSS */

/* Banner */

section.decor-page.custom-banner .banner-wrapper {
    background-image: url('https://storage.googleapis.com/giffycms-ortiz.appspot.com/images/decor/decor_page_banner.webp');
    background-position: center;
}

/* Gallery */
section.decor-page.custom-gallery {}

@media only screen and (max-width: 525px) {

    /* Banner section */
    section.custom-banner article.text-content h1 {
        position: relative;
        top: 2em;
    }

    section.custom-banner article.text-content button.custom-button-style {
        position: relative;
        top: 7em;
    }

    section.custom-banner .breadcrumb-wrapper {
        top: 18em !important;
    }
}

@media only screen and (max-width: 441px) {

    /* Banner section */
    section.custom-banner .breadcrumb-wrapper {}
}

@media only screen and (max-width: 422px) {

    /* Banner section */
    section.custom-banner .breadcrumb-wrapper {
        top: 17.3em !important;
    }
}

@media only screen and (max-width: 408px) {

    /* Banner section */
    section.custom-banner .breadcrumb-wrapper {
        top: 14.4em !important;
    }
}

@media only screen and (max-width: 386px) {

    /* Banner section */
    section.custom-banner article.text-content h1 {
        top: 1em;
    }

    section.custom-banner article.text-content button.custom-button-style {
        top: 5em;
    }

    section.custom-banner .breadcrumb-wrapper {
        top: 11em !important;
    }
}