body, html { overflow-x: clip !important; }

.break-mobile{
	display: none;
}

.forest-day-PUR__text{
	font-size: 13px;
}

@media only screen and (min-device-width : 834px) 
and (max-device-width : 1112px) 
and (orientation : portrait) 
and (-webkit-min-device-pixel-ratio: 2) {
	.forest-day-PUR__text {
		font-size: 13px;
	}
	.forest-day-push__text{
		min-height: 40px;
	}
}

@media only screen and (min-device-width : 834px) 
and (max-device-width : 1112px) 
and (orientation : landscape) 
and (-webkit-min-device-pixel-ratio: 2) {

}


@media (max-width: 480px) {
	.break-mobile{
		display: initial;
	}
	.forest-day-map__title {
        font-size: 16px; 
    }
}