.hero__image { height: 365px; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.hero__image img { width: 100%; height: auto; }

@media screen and (max-width: 640px) { .hero__image { height: 220px; } }
/*# sourceMappingURL=ImageHero.css.map */