
.voice .images {
	margin: 10px 0;
}

.voice .images li {
	padding: 5px 10px;
	box-sizing: border-box;
}

.voice .images li img {
	width: 90%;
	margin: 0 auto;
	display: block;
	border: 2px solid #c7025c;
}

@media screen and (min-width: 700px) {

	.voice .images {
		overflow: hidden;
	}

	.voice .images li {
		float: left;
		width: 50%;
	}

	.voice .images li img {
		width: 100%;
	}

	.voice .images li img:hover {
		border: 2px solid #AB951D;
		opacity: .6;
		filter: alpha(opacity=60);
	}

}

@media screen and (min-width: 1000px) {



}

