#gallery-hosteva {
	margin: 20px 0 0;
}
.gallery-item {
	float: left;
	width: 25%;
	height: 170px;
	overflow: hidden;
}
.gallery-item img {
	width: 100%;
	height: auto;
	padding: 10px 5px;
}
