:root {
	--index: 1vh + 1vw;
}


#container {
	position: absolute;
	inset: 0;
	display: block;
	overflow: hidden;
}

#container:hover {
	cursor: default;
}

.snow_button {
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 0.5);
	padding: 6px;
	border: 1px solid #fff;
	opacity: 0.7;
	transition: all ease 0.3s;
	z-index: 10;
	color: white;
}


.snow_button {
	opacity: 1;
}

.snow_button:hover {
	opacity: 0.9;
	cursor: pointer;
}


@media (max-width: 660px) {
	.snow_button{
		padding: 3px;
		width: 21px;
		height: 21px;
	}

}


@media (max-height: 450px) {
	.snow_button {
		padding: 3px;
		width: 21px;
		height: 21px;
	}
}
