.box_tilter{
	width: 100%;
}
.box_tilter a{
	text-decoration: none;
	cursor:default;
}
.box_tilter_color1 a{
	color: #fff;
}
.tilter {
	display: block;
	/*position: relative;*/
	width: 100%;
	height: 100%;
	/*margin: 1.5em 2.5em;*/
	/*flex: none;*/
	perspective: 300px;  /* intensidade movimento */
}

@media only screen and (max-width: 1201px) {
	
.box_tilter{
	padding: 15px 0;
}
	
}