.box-foto-insta{
	max-width: 960px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	margin-top: -350px;
}
.foto-insta-emporio{
	display: inline-block;
	width: 160px;
	height: 160px;
	background-color: #fff;
	border: 1px solid #DEDEDE;
	padding: 5px;
}

@media all and (max-width: 1024px){
	.box-foto-insta{
		margin-top: -250px;
	}
	.foto-insta-emporio{
		width: 140px;
		height: 140px;
	}
}
@media all and (max-width: 640px){
	.box-foto-insta{
		margin-top: -210px;
	}
	.foto-insta-emporio{
		width: 120px;
		height: 120px;
	}
}
@media all and (max-width: 480px){
	.box-foto-insta{
		margin-top: -150px;
	}
	.foto-insta-emporio{
		width: 80px;
		height: 80px;
	}
}
@media all and (max-width: 350px){
	.box-foto-insta{
		margin-top: -120px;
	}
	.foto-insta-emporio{
		width: 60px;
		height: 60px;
	}
}