#hiking-map {
    width: 100%;
    height: 500px;
    margin-top: 16px;
    border-radius: 1rem; /* match the rounded-2xl map façade */
    overflow: hidden;    /* clip the Google Maps tiles to the rounded corners */
}

#hiking-elevation {
    width: 100%;
    height: 400px;
}

.hiking-elevation-title {
    text-align: center;
    margin: 1em 0;
}

.oxy-gallery-masonry .oxy-gallery-item .oxy-gallery-item-contents img {
    height: auto;
}

@media only screen and (max-width: 900px) {
    #hiking-elevation {
        height: 200px;
    }
}

@media only screen and (max-width: 600px) {
    #hiking-elevation {
        height: 100px;
    }
}

.envirabox-content.videos_fullscreen {
    margin: 25px 0 !important;
}

.envira-gallery-wrap .envira-gallery-public,
.envira-gallery-wrap {
    margin: 0 auto 16px auto !important;
}