* {
  touch-action: manipulation;
}
@media (max-width: 600px)
{
    .date-picker-wrapper.single-month {
        width: 100% !important;
        transform: translateX(-50%);
        max-width: 300px;
    }
    .date-picker-wrapper.single-month .month-wrapper .month1 {
        width: 100%;
    }
    .date-picker-wrapper.single-month .month-wrapper .month1 td div {
        padding: 10px;
    }
    .date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
    }
    .content_homepage .hidden-calendar {
        position: absolute;
        bottom: 100%;
        left: 50%;
    }
    .reservation .reservation_box input {
        max-width: 50% !important;
    }
    .content_camper .hidden-calendar {
        position: absolute;
        bottom: 100%;
        left: 50%;
    }
    .content_camper .date-picker-wrapper.single-month {
        z-index: 999999;
    }
}