* {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    user-select: none;
}

.logo .logo__img, .oranment, .frame {
    pointer-events: none;
}

a.year__txt-wrap, .year__txt-wrap.active {
    text-decoration: unset;
    color: black;
    cursor: pointer;
}

.year__txt {
    cursor: inherit;
}

.scale {
    mix-blend-mode: screen;
}

.hidden {
    display: none;
}

.controls__button#pause {
    display: none;
}

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

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

@media screen and (max-width: 469px) {
    .logo__box {
        background-color: unset;
        box-shadow: unset;
    }
}
