@media screen and (min-width: 1441px) {
    body {
        font-size: 14.4px;
    }
}

body {
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

::-webkit-scrollbar {
    width: 0;
}

::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.button, .zoom {
    cursor: pointer;
}

.panorama_ads, .custom_created_wrapper {
    display: none !important;
}
