﻿
@media (max-width:600px) {
    .herodefault {
        background-position-x: -34px;
        background-repeat: no-repeat;
        background-color: rgb(226, 233, 243);
        background-position: 50% -37% !important;
        background-size: 180% auto !important;
        padding-top: 124% !important;
    }
}
