#homemainbg {
    display: block;
    background-position: 25% 50%;
    background-image: url("../img/kv-statistics.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.mapm {
	width: 100%;
	height: 60svh;
    font-family: futura-pt, a-otf-ud-shin-go-pr6n, sans-serif; 
    font-size: clamp(1rem, 0.667rem + 1.111vi, 1.5rem);
}
#wlddonut, #wlddonutly, #usausagedonut {
    width: 100%;
    height: 600px;
    font-family: futura-pt, a-otf-ud-shin-go-pr6n, sans-serif;
    font-size: clamp(0.875rem, 0.708rem + 0.556vi, 1.125rem);
}
.usctymap {
    background-color: #427ba3;
}
.stclm {
    width: 100%;
    height: 600px;
    font-family: futura-pt, a-otf-ud-shin-go-pr6n, sans-serif;
    font-size: clamp(0.875rem, 0.708rem + 0.556vi, 1.125rem);
}
@media screen and (max-width:768px) {
    .mapm {height: 70svh;}
}