.room-upscale {
    height: 620px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#upscale {
    position: relative;
    top: unset;
    left: unset;
    margin-left: 0px;
    padding: 40px;
    width: 470px;
    height: auto;
    display: flex !important;
    background: #000;
    z-index: 2;
    flex-direction: column;
}

.legal_qr_wrapper{
    margin: 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;

}
.legal_qr_wrapper img {
    max-width: 110px;
    margin: 0 20px;
}
#tripadvisor {
    padding: 2em!important;
}