.snowman {
    background: transparent url(images/e16.gif) no-repeat scroll right top / 80px auto;
    bottom: 0;
    display: block;
    height: 300px;
    background-size: contain;
    position: fixed;
    left: 0;
    width: 210px;
    z-index: 3;
}

@media (max-width: 1600px){
	.snowman {
		display: none;
	}
}
.b-ball_n2 .b-ball__i{
	filter: hue-rotate(190deg);
}
.b-ball_n1 .b-ball__i{
	filter: hue-rotate(45deg);
}
.b-ball_n3 .b-ball__i{
	filter: hue-rotate(-8deg);
}
.b-ball_n4 .b-ball__i{
	filter: hue-rotate(-187deg);
}
.b-ball_n8 .b-ball__i{
	filter: hue-rotate(-42deg);
}