#aboutLanding {
    background-image: url('/storage/app/media/about-us/about_us.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 -20px;
    width: 100%;
    height: 400px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    #aboutLanding {
        height: 160px;
    }
    
    .aboutUsTxt {
        text-align: center;
    }
}