@media only screen and (max-width: 767px){
	.listando-albuns{
		padding:0px !important;	
	}
	.listando-albuns li{
		padding:0px !important;
		padding-right:0px !important;
	}
}
@media only screen and (max-width: 990px){
	.total-fotos{
		padding:0px !important;
		margin-top:0px !important;
	}
	.banner-fotos{
		padding:0px !important;
		margin-bottom:40px;	
	}
	.listando-albuns{
		padding-left:70px;	
	}
}
.total-fotos{
	min-height:10px;
	padding-left:20px;
	padding-right:20px;
	margin-top:20px;
	margin-bottom:50px;	
}
.banner-fotos{
	padding-left:100px;
	padding-right:100px;
	margin-bottom:40px;	
}
.listando-albuns{
	width:100%;
	padding-left:120px;
	padding-right:80px;
	min-height:10px;
}
.listando-albuns li{
	padding:0px;
	padding-right:60px;
	margin-bottom:30px;
}
.listando-albuns li img{
	border:3px solid #666;
	cursor:pointer;
	width:100%;
}
.informcao-torneio{
	font-size:13px;
	font-family:'Open Sans';
	color:#000;
	text-align:center;
	margin-top:15px;	
}
.voltar{
	width:100% !important;
	text-align:center !important;
	color:#000 !important;
	font-family:'Open Sans' !important;
	font-size:13px !important;	
}
.voltar a{
	color:#000 !important;	
}
.voltar a:hover{
	color:#2B9208 !important;	
}