.jumping {
    margin-top: 12%; margin-bottom: 3%
}
.jumping2 {
    margin-top: 12%; margin-bottom: 3%
}
@media (min-width: 1281px) {

    .jumping {
        margin-top: 12%; margin-bottom: 3%
    }
    .jumping2 {
        margin-top: 12%; margin-bottom: 3%
    }
    

}

@media (min-width: 1025px) and (max-width: 1280px) {

    //CSS
    .jumping {
        margin-top: 12%; margin-bottom: 3%
    }
    .jumping2 {
        margin-top: 12%; margin-bottom: 3%
    }

}


@media (min-width: 768px) and (max-width: 1024px) {

    //CSS
    .jumping {
        margin-top: 20%; margin-bottom: 3%
    }
    .jumping2 {
        margin-top: 20%; margin-bottom: 3%
    }

}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    //CSS
    .jumping {
        margin-top: 28%; margin-bottom: 3%
    }
    .jumping2 {
        margin-top: 28%; margin-bottom: 3%
    }
}


@media (min-width: 481px) and (max-width: 767px) {

    //CSS
    .jumping {
        margin-top: 30%; margin-bottom: 3%
    }
    .jumping2 {
        margin-top: 30%; margin-bottom: 3%
    }

}

@media (min-width: 320px) and (max-width: 480px) {

    //CSS
    .jumping {
        margin-top: 30%; margin-bottom: 3%
    }
    .jumping2 {
        margin-top: 30%; margin-bottom: 3%
    }

}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    .jumping {
        margin-top: 30%; margin-bottom: 3%
    }
    .jumping2 {
        margin-top: 30%; margin-bottom: 3%
    }
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {

    .jumping {
        margin-top: 30%; margin-bottom: 3%
    }
    .jumping2 {
        margin-top: 30%; margin-bottom: 3%
    }
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
    .jumping {
        margin-top: 30%; margin-bottom: 3%
    }
    .jumping2 {
        margin-top: 30%; margin-bottom: 3%
    }

}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
    .jumping {
        margin-top: 17%; margin-bottom: 3%
    }
    .jumping2 {
        margin-top: 17%; margin-bottom: 3%
    }
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    .jumping {
        margin-top: 17%; margin-bottom: 3%
    }
    .jumping2 {
        margin-top: 17%; margin-bottom: 3%
    }
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    .jumping {
        margin-top: 17%; margin-bottom: 3%
    }
    .jumping2 {
        margin-top: 17%; margin-bottom: 3%
    }
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
    .jumping {
        margin-top: 12%; margin-bottom: 3%
    }
    .jumping2 {
        margin-top: 12%; margin-bottom: 3%
    }
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
    .jumping {
        margin-top: 12%; margin-bottom: 3%
    }
    .jumping2 {
        margin-top: 12%; margin-bottom: 3%
    }
}

/* iPhone 5 (portrait & landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
    .jumping {
        margin-top: 30%; margin-bottom: 3%
    }
    .jumping2 {
        margin-top: 30%; margin-bottom: 3%
    }
}

/* iPhone 5 (landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
    .jumping {
        margin-top: 30%; margin-bottom: 3%
    }
    .jumping2 {
        margin-top: 30%; margin-bottom: 3%
    }
}

/* iPhone 5 (portrait)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
    .jumping {
        margin-top: 30%; margin-bottom: 3%
    }
    .jumping2 {
        margin-top: 30%; margin-bottom: 3%
    }
}