body, html { overflow-x: clip !important; }
.logo-desktop {display: block;}
.logo-mobile {display: none !important;}
tspan {
    text-transform: uppercase;
}
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .logo-desktop {display: none !important;}
    .logo-mobile {display: block !important;}
}
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .logo-mobile {display: none !important;}
}
@media (max-width: 480px) {
    .logo-desktop {display: none !important;}
    .logo-mobile {display: block !important;}
    .forest-day-map__countdown .anim-digit {
        transform: scale(0.7);
        white-space: nowrap;
    }

}