.gallery-item {
    margin-top: 10px;
    margin-bottom: 10px;
}

.hidden {
    display: none !important;
}

.place-address {
    font-style: italic;
    font-size: 12px;
}

.simple-parallax {
    background-position: center;
    background-position-y: center;
}

@supports not (-webkit-touch-callout: none) {
    .simple-parallax {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: center;
    }

}