@media (max-width: 800px) {
    .MainBody {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        max-width: unset;
        max-height: unset;
        border-radius: 0;
        border: 0;
    }

    .QR {
        display: none!important;
    }


    .HotelImagesPopUpDiv {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        max-width: unset;
        max-height: unset;
        padding-bottom: 95px;
    }
    .HotelImagesPopUpDivLeft {
        position: fixed;
        right: 0;
        bottom: 0;
        width: 100%;
        height: fit-content;
        z-index: 22;
        overflow: hidden;
        overflow-x: auto;
    }
    .HotelImagesPopUpDivLeftDiv {
        display: flex;
        justify-content: start;
        align-items: start;
        width: max-content;
        padding: 12px 0;
    }

    .HotelImagesPopUpDivLeftDiv .setbg {
        display: block;
        margin: 0 0;
        width: 70px;
        margin: 0 5px;
    }
    .HotelImagesPopUpDivRight {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .HotelImagesPopUpDivRight img {}

    .HotelImagesPopUpCloser {
        position: fixed;
        right: 0;
        top: 0;
        width: fit-content;
        height: fit-content;
        bottom: unset;
    }

    .LangSwitcher h11 {
        background: none!important;
        transform: scale(1.0)!important;
    }
}
