.home-hero{
    background-image: url(../../img/top/home_hero_bg.png);
    background-position: center;
    overflow: hidden;
}
.home-hero-imgholder{
    max-width: 1144px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .home-hero-imgholder{
        margin: 8px auto;
    }
}