/* Last edited by NK on 19-11-2024 at 15:58 Hours */

div.mfp-bottom-bar {
    display: none;
}

section.photobooth-page.custom-banner .banner-wrapper {
    background-image: url("https://storage.googleapis.com/giffycms-ortiz.appspot.com/images/photobooth/photobooth_banner_color_bg.jpg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.main-content-wrapper img,
.main-content-wrapper video {
    filter: unset;
}

.main-content-wrapper a.image-link:hover img,
.main-content-wrapper video:hover {
    box-shadow: unset;
    filter: unset;
}

section.custom-banner.photobooth-page .breadcrumb-wrapper {
    z-index: 1;
    top: 30em;
}

@media only screen and (min-width: 1921px) {
    section.custom-banner.photobooth-page .breadcrumb-wrapper {
        top: 37.7em;
    }
}

@media only screen and (max-width: 1850px) {
    section.custom-banner.photobooth-page .breadcrumb-wrapper {
        top: 23em;
    }
}

@media only screen and (max-width: 1650px) {
    section.custom-banner.photobooth-page .breadcrumb-wrapper {
        top: 21.3em;
    }
}

@media only screen and (max-width: 1500px) {
    section.custom-banner.photobooth-page .breadcrumb-wrapper {
        top: 18.5em;
    }
}

@media only screen and (max-width: 1300px) {
    section.custom-banner.photobooth-page .breadcrumb-wrapper {
        top: 16em;
    }
}

@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: 6em;
    }

    section.custom-banner .breadcrumb-wrapper {
        top: 18em !important;
    }
}

@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.3em !important;
    }
}