#gallery-hosteva{margin:20px00;}
.gallery-item {
	float: left;
	width: 33.33%;
	height: 250px;
	overflow: hidden;
}
.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 5px;
}
