.hero-multimedia {
  height: 250px;
  width: 100%;
  background-size: 100%;
  background-color: var(--avixa-purple, #3f1833);
  padding-left: 75px;
}
.jumbotron + .hero-multimedia {
  margin-top: -32px;
}
@media (max-width: 767px) {
  .jumbotron + .hero-multimedia {
    margin-top: 0px;
  }
}
.jumbotron.attached-hero + .hero-multimedia {
  margin-top: 0px;
}
.jumbotron.no-title + .hero-multimedia {
  margin-top: -40px;
}
@media (width < 992px) {
  .hero-multimedia {
    padding-left: 50px;
  }
}
@media (width < 768px) {
  .hero-multimedia {
    padding-left: 25px;
  }
}
@media (width < 576px) {
  .hero-multimedia {
    height: 200px;
  }
}

.hero-multimedia-title {
  font-size: 30px;
  color: white;
  padding-top: 45px;
  padding-bottom: 1rem;
  font-family: "Euclid", Calibri, Arial, sans-serif;
}
@media (width < 992px) {
  .hero-multimedia-title {
    font-size: 26px;
  }
}
@media (width < 768px) {
  .hero-multimedia-title {
    font-size: 22px;
  }
}
@media (width < 576px) {
  .hero-multimedia-title {
    font-size: 28px;
    padding-bottom: 0;
  }
}

.hero-multimedia-body-text {
  font-family: "Euclid", Calibri, Arial, sans-serif;
  font-size: 20px;
  color: white;
}
@media (width < 992px) {
  .hero-multimedia-body-text {
    font-size: 18px;
  }
}
@media (width < 768px) {
  .hero-multimedia-body-text {
    font-size: 16px;
  }
}
@media (width < 576px) {
  .hero-multimedia-body-text {
    font-size: 18px;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 576px) {
  .hero-multimedia-image {
    height: 100%;
    width: 70%;
    float: right;
    --polygon: polygon(30% 0, 40% 100%, 100% 100%, 100% 0);
    shape-outside: var(--polygon);
    clip-path: var(--polygon);
    background-size: cover;
    background-position: center right;
  }
}
@media (min-width: 576px) and (width < 992px) {
  .hero-multimedia-image {
    --polygon: polygon(50% 0, 15% 100%, 100% 100%, 100% 0);
    margin-left: 40px;
    width: 60%;
  }
}
@media (min-width: 576px) and (width < 768px) {
  .hero-multimedia-image {
    --polygon: polygon(70% 0, 30% 100%, 100% 100%, 100% 0);
    margin-left: 20px;
    width: 60%;
  }
}
@media (width < 576px) {
  .hero-multimedia-image {
    display: none;
  }
}

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