/* HOME CSS */

@media(min-width: 700px) and (max-width: 999px) {
    .shopify-section--hot-spots .section-stack {
        margin-top: 45px;
    }
}
@media(max-width: 699px) {
    .shopify-section--hot-spots .section-stack {
        margin-top: 35px;
    }
}