/* Target most mobile phones */
@media only screen and (max-width: 767px) {
    #landingHero {
        padding:8rem 1rem 2rem !important;
    }
}

/* For small phones only (iPhone SE, older devices) */
@media only screen and (max-width: 480px) {
    #landingHero {
        padding:8rem 1rem 2rem !important;
    }
}
