.background-feiras {
  background-image: url(/img/high/agrishow.jpg);
  background-position: center center;
  width: 100%;
  height: 200px;
  position: relative;
  z-index: -2;
}

.feiras-content h2, h3 {
  text-align: center;
  font-family: viconFontSmBD, sans-serif;
  color: #787878;
  font-size: 25px;
}

.divider {
  background-color: #cfcfcf;
  width: 100%;
  height: 1px;
}

.main {
	background-color: #FFFFFF;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}

.container {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:center;
	justify-content: center;

}

a.gallery {
	margin:5px;
	padding:5px;
	background:#fff;
}

a.gallery:hover {
	transition:all .3s;
	transform:scale(1.1);
}

a.gallery img {
	max-width: 250px;
}
