#banner01 {border-radius: 6px;}
#banner01 .box_core01_sti {padding:15px;}
#banner01 .box_core01_sti P {font-size: 16px;}
#banner01 .box_core01_sti IMG {display: block!important; width: 100%;}
.velina_banner {position: fixed; top:0px; left:0px; z-index: 500; cursor: pointer;}

#banner01 .tasto_chiudi_sconto {
	width: 30px;
	height: 30px;
	top:20px;
	position: absolute;
	right:20px;
	font-size: 30px;
	cursor: pointer;
}

@media (max-width: 768px) {
	#banner01 {
		width: 100% !important;
		height: 100% !important;
		top:0 !important;
		margin-top: 0 !important;
		position: fixed;
		z-index: 9000;
	}
	
	#banner01 .tasto_chiudi_sconto {
		top:10px !important;
		right:10px !important;
	}
	
}