#hero_anim_container {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #hero_anim_container {
    margin-top: 50px;
  }
}

#hero_anim_container img {
  width: 100%;
}

#hero_anim_1 {
  width: 100%;
  height: 100%;
}

#hero_anim_2 {
  display: none;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=heroAnim.css.map */
