/* various useful variables and mixins */
.emm-pegasus-v3-header {
  width: 100%;
  height: 347px;
  background-image: url("/assets/img/emm-dart-header.td0bd9ec2b406300a5e017ade4af173c9.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: rgba(255, 255, 255, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 3rem;
}
@media (max-width: 690px) {
  .emm-pegasus-v3-header {
    font-size: 24px;
    height: 150px;
  }
}

/*# sourceMappingURL=emm-pegasus-v3-banner.css.map */