/**
* Block Name: banner
*/

section.banner {
  position: relative;
  margin: 80px 0;
  text-align: center;
	overflow:hidden;
}

section.banner img {
  max-height: 500px;
}
