@charset "UTF-8";
/* CSS Document */




.banner-color
{
	position: fixed;
	left: 0;
	top: 0;
	width: 20px;
	height: 100%;
	background-image: url("../images/background/striscia-colorata-2025.png") !important;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-size: contain;
	background-position: left top;
	z-index: 999999999;
}
*
{
	outline: none !important;
}
@media (max-width:991px)
{
.banner-color
{
	position: fixed;
	left: 0;
	top: 0;
	width: 10px;
	height: 100%;
	background-image: url("../images/background/striscia-colorata-2025.png") !important;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-size: contain;
	background-position: left top;
	z-index: 999999999;
}
}

