
.at-pageBanner {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (min-width: 1024px) {
    .at-pageBanner {
        height: 250px;
    }
}

