@media (max-width: 767px) {
    #tooltip.roomSection, .tooltips .tooltip.roomSection {
        position: fixed !important;
        left: 12px !important;
        right: 12px !important;
        width: auto !important;
        max-width: calc(100vw - 24px) !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        max-height: calc(100vh - 12px) !important;
        padding: 6px 8px !important;
        border: 1px solid #ddd !important;
        box-shadow: none !important;
        overflow: auto !important;
    }
    #tooltip.roomSection .priceLine .label { width: auto !important; }
}
