/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 19 2025 | 16:33:41 */
.button {
	position: fixed;
	width: 12vw;
	height: 7.41vw;
		background-size: 12vw, 7.41vw;
	right: 60px;
	bottom: 40px;
	z-index: 10;
	background-image: url('https://tagstars.netsons.org/wp-content/uploads/2025/01/BigliettoNero.png')
}
.button:hover {
	background-image: url('https://tagstars.netsons.org/wp-content/uploads/2025/01/BigliettoRosso.png')
}
@media only screen and (max-width: 600px) {
	.button {
		width: 100px;
		height: 62px;
		background-size: 100px, 62px;
		right: 30px;
		bottom: 20px;
	}
}
