.image-gallery-wrapper .icon--placeholder {
    min-height: 200px;
    border: 0;
}
.image-gallery-wrapper .homepage-sections-wrapper.no-spacing {
    padding: 0 !important;
}
.image-gallery-wrapper .homepage-sections-wrapper.no-spacing .homepage-sections--title {
    margin-top: 15px;
}
.image-gallery-wrapper .homepage-gallery-background {
    padding-top: 30px;
    padding-bottom: 30px;
}
.image-gallery-wrapper .homepage-sections--description {
    margin-top: 0;
}
.image-gallery-wrapper .gallery-grid {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}
.image-gallery-wrapper .gallery-grid.below-image {
    place-items: flex-start;
}
@media screen and (min-width: 768px) {
    .image-gallery-wrapper .gallery-grid--items-1 .homepage-gallery-grid-item {
        flex-basis: auto;
        width: 100%;
    }
    .image-gallery-wrapper .gallery-grid--items-2 .homepage-gallery-grid-item {
        flex-basis: auto;
        width: 50%;
    }
    .image-gallery-wrapper .gallery-grid--items-3 .homepage-gallery-grid-item {
        flex-basis: auto;
        width: 33%;
    }
    .image-gallery-wrapper .gallery-grid--items-4 .homepage-gallery-grid-item {
        flex-basis: auto;
        width: 25%;
    }
}
@media screen and (max-width: 767px) {
    .image-gallery-wrapper .gallery-grid .homepage-gallery-grid-item {
        flex-basis: auto;
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .image-gallery-wrapper .gallery-full-width .homepage-gallery-grid-item {
        width: 100%;
    }
    .image-gallery-wrapper .gallery-full-width.keep-spacing .homepage-gallery-grid-item .homepage-gallery-grid-inner {
        margin: 0;
    }
}
.image-gallery-wrapper .expand-grid .homepage-gallery-grid-item {
    flex-grow: 1;
}
.image-gallery-wrapper .remove-spacing .homepage-gallery-grid-item {
    padding: 0;
}
@media screen and (min-width: 768px) {
    .image-gallery-wrapper .content-width.wrapper .remove-spacing {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .image-gallery-wrapper .keep-spacing.gallery-grid {
        column-gap: 7.5px;
    }
    .image-gallery-wrapper .keep-spacing.gallery-grid .homepage-gallery-grid-item {
        flex-basis: auto;
        width: calc(50% - 7.5px);
    }
}
.image-gallery-wrapper .keep-spacing .homepage-gallery-grid-item {
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (max-width: 767px) {
    .image-gallery-wrapper .keep-spacing .homepage-gallery-grid-item {
        padding: 15px 0 0 0;
    }
}
.homepage-gallery-grid-inner {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
}

.homepage-gallery-grid-inner .site-nav__link{
    margin-top: 20px;
}

.grid-item__content .site-nav__link{
    position: relative;
    padding: 20px 0 0;
    color: white;
    text-transform: uppercase;
    border: none;
    width: fit-content;
}

.grid-item__content .site-nav__link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: white;
    transition: 0.3s;
}
.grid-item__content .site-nav__link:hover {
    color: var(--link-color);
}
.grid-item__content .site-nav__link:hover:after{
    background-color: var(--link-color);
}
@media screen and (min-width: 768px) {
    .grid-item__content .site-nav__link{
        margin-top: 20px;
    }
}


.homepage-gallery-grid-inner.info-below-image {
    flex-direction: column;
    height: auto;
}
.homepage-gallery-grid-inner .grid-image {
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
}
.homepage-gallery-grid-inner .grid-image .responsive-image-wrapper {
    height: 100%;
}
.homepage-gallery-grid-inner .grid-image img {
    object-fit: contain;
    object-position: top;
    height: 100%;
}
.homepage-gallery-grid-inner .grid-image--placeholder-wrapper {
    width: 100%;
}
.homepage-gallery-grid-inner .overflow {
    overflow: hidden;
    height: 100%;
    width: 100%;
}
