.reveal #maps img {
    position: absolute;
}

.reveal .gallery {
    display: flex;
    align-items: center;
}

.reveal .gallery > div {
    position: absolute;
    background-color: rgb(246, 165, 60);
    width: 100%;
    padding: 30% 0;
}
