.imagem360miniatura {
	position: relative;
	overflow: hidden;
}
.imagem360miniatura:before {
	content: '';
	background-color: rgba(255,255,255,0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.imagem360miniatura:after {
	content: '';
	background-image: url(../images/imagens-360.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 90%;
	height: 90%;
	position: absolute;
	top: 5%;
	left: 5%;
	z-index: 4;
}
#imagem360 {
	display: none;
	width: 100%;
}