.gallery-hero-image {
    background-image: url('/static/images/gallery/theme/hanukkah/hanukkah-gallery-hero-sm.jpg');
    background-repeat: repeat;
    background-size: cover;
    background-position: top;
    height: 200px;
}

.gallery-header-mask {
    display: none;
}

.gallery-search-container {
    display: none;
}

.gallery-title {
    bottom: 80px;
}

.gallery-title h1{
    font-size: 21px;
    color: #1A2858;
    background-color: #B6E0FF;
    padding: 10px 20px;
    box-shadow: 4px 4px 0px #78AED5;
    transform: rotate(-5deg);
    margin-bottom: -92px;
}

.gallery-title p {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 0px;
}

.gallery-title h1:empty {
    display: none;
}

@media (min-width: 768px) {
    .gallery-title {
        bottom: 120px;
    }

    .gallery-hero-image {
        background-image: url('/static/images/gallery/theme/hanukkah/hanukkah-gallery-hero-lg.jpg');
        height: 380px;
    }

    .gallery-title h1{
        font-size: 48px;
        margin-bottom: -125px;
        box-shadow: 8px 8px 0px #78AED5;
    }

    .gallery-title p {
        font-size: 34px;
        padding-bottom: 60px;
    }

}

@media (min-width: 1400px) {
    .gallery-hero-image {
        background-image: url('/static/images/gallery/theme/hanukkah/hanukkah-gallery-hero-xl.jpg');
    }
}