
.gym_banner_img {
    padding: 450px 0 0 0!important;
    color: #ffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bgimg-1, .bgimg-2, .bgimg-3 {
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        position: relative;
        opacity: 1;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
}
.bgimg-1 {
    background-image: url("../images/product/super_medic/2.jpg");
    min-height: 100vh;
}

.bgimg-2 {
    background-image: url("../images/product/super_medic/3.jpg");
    min-height: 100vh;
}

.bgimg-3 {
    background-image: url("../images/product/super_medic/1.jpg");
    min-height: 100vh;
}

@media only screen and (max-width: 768px) {
    .bgimg-1 {
        background-image: url("../images/product/super_medic/2.jpg");
        min-height: 500px;
    }

    .bgimg-2 {
        background-image: url("../images/product/super_medic/3.jpg");
        min-height: 500px;
    }

    .bgimg-3 {
        background-image: url("../images/product/super_medic/1.jpg");
        min-height: 500px;
    }
    .gym_about_section {
        padding: 0;
    }
}

@media only screen and (max-width: 600px) {
    .bgimg-1 {
        background-image: url("../images/product/super_medic/2.jpg");
        min-height: 250px;
    }

    .bgimg-2 {
        background-image: url("../images/product/super_medic/3.jpg");
        min-height: 250px;
    }

    .bgimg-3 {
        background-image: url("../images/product/super_medic/1.jpg");
        min-height: 250px;
    }
}

h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Lato", sans-serif;
    color: #111;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}
