#home-gallery {
    height: 100vh;
    position: relative;
}
.home-galleries {
    margin: 15px -5px 25px -5px;
    z-index: 1;
}
.home-gallery-wrap {
    margin: 0 5px;
    position: relative;
}
.home-gallery-wrap::before {
    position: absolute;
    content: "";
    background-color: rgba(43, 52, 132,0.3);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.home-gallery-wrap img {
    width: auto;
    max-width: none;
    height: 300px;
}
.home-gallery-bottom {
    margin-top: 10px;
}
.home-gallery-middle {
    margin-top: 10px;
}
@media only screen and (max-width: 1280px) {
    #home-gallery {
        height: auto;
        margin-top: 5em;
    }
}
@media only screen and (max-width: 768px) {
    #home-gallery {
        margin-top: 2em;
    }
    .home-galleries {
        margin: 35px -5px 25px -5px;
    }
    .home-gallery-wrap img {
        height: 200px;
    }
}
@media only screen and (max-width: 600px) {
    .home-gallery-wrap img {
        height: 170px;
    }
}
@media only screen and (max-width: 600px) {
    #home-gallery {
        margin-top: 1em;
    }
}
@media only screen and (max-width: 414px) {
    .home-gallery-wrap img {
        height: 150px;
    }
}
@media only screen and (max-width: 360px) {
    .home-gallery-wrap img {
        height: 115px;
    }
}