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

@media only screen and (max-width: 575.98px) {
    .gym_banner_img {
        padding: 190px 0 0 0!important;
        color: #ffff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}
