/*Herkiemr Fix - Home page hero image - 04/24/2018*/
.hero-page-image {
 	overflow: none;
 }
.not-front .hero-page-image {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: none;
}
.hero-page-image img {
	width: 100%;
	height: auto;
}
.not-front .hero-page-image img {
	width: 100%;
	height: 100%;
}
