.module-breadcrumbs {
    border: none;
}

.search-field.q {
    background-color: #F1F3F4;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1608);
}

.header-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    box-shadow: -4.98px 4.98px 18.91px 4.98px rgba(51, 50, 13, 0.4) inset;
    transition: opacity 1s ease-in-out;
    opacity: 1;
}


/* Screens up to 760px (like 760 x 1080) */
@media (max-width: 760px) {
    .header-img {
        width: 150px;
        height: 150px;
    }
}



.image-and-ellipses-wrapper {
    height: 330px;
    margin-top: 50px;
    margin-left: auto;
}

@media (max-width: 768px) {
    .image-and-ellipses-wrapper {
        margin-top: 0 !important;
    }
}

@media (max-width: 768px) {
    .image-and-ellipses-wrapper {
        height: 150px;
    }
}

.image-and-ellipses-wrapper .bg-ellipses {
    width: 400%;
    left: -90%;
}

/* .images img does not define width/height explicitly in Set 2 */


.homepage-background {
    overflow: hidden;
}

.search-form {
    position: relative;
    z-index: 10;
}

.homepage-background {
    background: linear-gradient(180deg, #68D0C6 0%, #FFFFFF 100%);
    background-size: cover;
}
