#sr .sr_hero.viewport .sr_hero_title span {
    transform: translateY(250px) !important;
}
@media (min-width: 992px) {
    #sr .sr_hero.viewport .sr_hero_title span {
        transform: translateY(550px) !important;
    }
}
@media (min-width: 1440px) {
    #sr .sr_hero.viewport .sr_hero_title span {
        transform: translateY(600px) !important;
    }
}


#sr .sr_hero.viewport .sr_hero_title em {
    transform: translateY(165px) !important;
}
@media (min-width: 992px) {
    #sr .sr_hero.viewport .sr_hero_title em {
        transform: translateY(300px) !important;
    }
}
@media (min-width: 1440px) {
    #sr .sr_hero.viewport .sr_hero_title em {
        transform: translateY(320px) !important;
    }
}