
.gym_banner_img {
    padding: 250px 0 50px 0;
    color: #ffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 500px) {
    .gym_banner_img {
        padding: 60px 0 50px 0;
    }
}

.gym_map_wrapper {
    padding: 150px 0 0;
    position: relative;
    top: 10px;
    z-index: 1;
}
