#alumni-gallery .alumni-home-sections .main-content-section {
    margin-top: 0;
}

#alumni-gallery .alumni-home-sections .main-content-section .alumni-gallery {
    margin-top: 0;
}

#alumni-gallery .alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images.full-height {
    height: 100%;
}

#alumni-gallery .alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images.full-height .image-tile-bottom {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

#alumni-gallery .alumni-home-sections .main-content-section .alumni-gallery .gallery-image-container {
    cursor: pointer;
}

#alumni-gallery .alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images.full-height .image-tile-bottom .gallery-image-container {
    width: 19vw;
}

#alumni-gallery .alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images.full-height .image-tile-bottom .gallery-image-container:nth-of-type(4) {
    padding-left: 0.50vw;
}

#alumni-gallery .alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images.full-height .image-tile-bottom .gallery-image-container:nth-of-type(3) {
    padding-right: 0.50vw;
}

#alumni-gallery .alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images.full-height .gallery-image-container.double-height {
    padding-left: 0.5vw;
}

#alumni-gallery .alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images.full-height .gallery-image-container:first-child:not(.double-height),
#alumni-gallery .alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images.full-height :not(.image-tile-bottom) .gallery-image-container:nth-of-type(4):not(.double-height) {
    padding-left: 0;
}

#alumni-gallery .alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images.full-height :not(.image-tile-bottom) .gallery-image-container:last-child:not(.double-height),
#alumni-gallery .alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images.full-height :not(.image-tile-bottom) .gallery-image-container:nth-of-type(3) {
    padding-right: 0.5vw;
}

@media screen and (max-width: 760px) {
    
    #alumni-gallery .alumni-home-sections .header-section {
        height: 9rem;
    }

    #alumni-gallery .alumni-home-sections .header-section .alumni-home-breadcrumbs .main-header {
        width: 100%;
    }

    #alumni-gallery .alumni-home-sections .main-content-section .alumni-gallery {
        display: block;
    }

    #alumni-gallery .alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images {
        height: 100%;
    }

     #alumni-gallery .alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images .gallery-image-container {
         height: 30rem;
         margin-top: 2rem;
     }

     /* body .alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images .gallery-image-container .image-background {
        display: block;
     } */
}