#volantino_BF{
}
#volantino_BF_corpo{
	background: #303030;
	padding-bottom: 25px;
}
#volantino_BF_testata{
	/*padding-bottom: 10px;
	background:#303030;*/
}
.volantino_BF_elemento{
	padding: 10px;
	margin-bottom:0px;
	margin-top:25px;
}
#volantino_BF_elementi{
/*	background-color:#000000;
	background-image:url(../images/Black_Friday/Black_Friday_2021_sfondo.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
*/
	background:#303030;
}
#volantino_BF_elementi:after {
	content:'';
	clear:left;
	display:block;
}
@media screen and (min-width:939px){
	.volantino_BF_elemento{
		width:33.3333333%;
		margin-right:0%;
		float:left;
		text-align:left;
	}
	.volantino_BF_elemento:nth-child(3n+1) {
		clear:left;
		margin-left:0;
	}
	.volantino_BF_elemento:nth-child(3n) {
		margin-right:0;
		margin-left:0;
	}
	.volantino_BF_elemento img{
		width:100%;
		margin:0 auto;
		border:0;
	}
	
}
@media screen and (min-width:761px) and (max-width:938px){
	.volantino_BF_elemento{
		width:50%;
		margin-right:0%;
		float:left;
		text-align:center;
	}
	.volantino_BF_elemento:nth-child(2n+1) {
		clear:left;
		margin-left:0;
	}
	.volantino_BF_elemento:nth-child(2n) {
		margin-right:0;
	}
	.volantino_BF_elemento img{
		margin-bottom:4px; 
		margin-left:5%; 
		width:100%;
		margin:0 auto;
		border:0;
	}
}
@media screen and (min-width:601px) and (max-width:760px){
	.volantino_BF_elemento{
		width:33.3333333%;
		margin-right:0%;
		float:left;
		text-align:center;
	}
	.volantino_BF_elemento:nth-child(3n+1) {
		clear:left;
		margin-left:0;
	}
	.volantino_BF_elemento:nth-child(3n) {
		margin-right:0;
	}
	.volantino_BF_elemento img{
		margin-bottom:4px; 
		margin-left:5%; 
		width:100%;
		margin:0 auto;
		border:0;
	}
}
@media screen and (min-width:0px) and (max-width:600px){
	.volantino_BF_elemento{
		width:50%;
		margin-right:0%;
		float:left;
		text-align:center;
	}
	.volantino_BF_elemento:nth-child(2n+1) {
		clear:left;
		margin-left:0;
	}
	.volantino_BF_elemento:nth-child(2n) {
		margin-right:0;
	}
	.volantino_BF_elemento img{
		margin-bottom:4px; 
		margin-left:5%; 
		width:100%;
		margin:0 auto;
		border:0;
	}
}
