body{

}
/* Hide all popups */
.modal, .popup, .tourguide-modal {
    display: none !important;
    visibility: hidden !important;
}
.modal-backdrop {
    display: none !important;
}
body.modal-open {
    overflow: auto !important;
}