@media screen and (max-width: 480px) {
    #why .content {
        margin-left: 0px !important;
    }

    #regions_div {
        height: 250px !important;
    }

    /* .maps {
        position: absolute;
        left: 0;
        right: 0;
    } */

    .references-choice a {
        text-align: center;
        font-size: 10pt;
    }

    section#calculator {
        background: url('./../img/bg_calculator_mobile.png');
        background-color: #fff !important;
        background-position: top right !important;
        background-repeat: no-repeat !important;
        background-size: auto;
        background-size: contain;
    }
}