@media (max-width: 480px) {
    /* Layout */
    .tx_rentacar-officeselect-dialog.pickUpTownActive{
        max-width: 280px !important;
        max-height: 340px !important;
        overflow: hidden !important;
        margin-left: -50px !important;
    }

    .tx_rentacar-datetimeselect-time,
    .tx_rentacar-datetimeselect-openinghours{
        display: none;
    }

    .pickupactive{
        margin-left: -25px !important;
    }
    .dropoffactive{
        margin-left: 20px !important;
    }
}