.forerunner-promo {
  padding: 20px 0; }
  .forerunner-promo.reverse .wrapper {
    flex-direction: row-reverse; }
  .forerunner-promo.reverse .video {
    padding-left: 0;
    padding-right: 45px; }
  .forerunner-promo .wrapper {
    display: flex; }
  .forerunner-promo .foto {
    height: 500px;
    width: 30%; }
    .forerunner-promo .foto .image {
      margin: 0 !important;
      height: 100%; }
    .forerunner-promo .foto img {
      border-radius: 30px;
      width: 100%;
      height: 100%;
      max-height: 100%;
      object-fit: cover; }
  .forerunner-promo .video {
    width: 70%;
    padding-left: 45px; }
    .forerunner-promo .video .title {
      padding-left: 20px; }
    .forerunner-promo .video iframe {
      width: 100%;
      height: 500px;
      border-radius: 30px; }
  .forerunner-promo .title {
    margin-bottom: 30px; }
    .forerunner-promo .title h3 {
      margin: 0;
      font-size: 26rem;
      text-transform: unset;
      letter-spacing: 0; }

@media (max-width: 575.5px) {
  .forerunner-promo .title {
    margin-bottom: 15px; }
    .forerunner-promo .title h3 {
      font-size: 22rem;
      text-align: center; }
  .forerunner-promo .wrapper {
    flex-direction: column; }
  .forerunner-promo .foto {
    width: 100%;
    margin-bottom: 50px;
    height: auto; }
    .forerunner-promo .foto .image {
      display: flex;
      justify-content: center; }
    .forerunner-promo .foto img {
      border-radius: 15px;
      max-width: 300px !important; }
  .forerunner-promo .video {
    width: 100%;
    padding-left: 0; }
    .forerunner-promo .video iframe {
      height: calc(58vw - 30px);
      border-radius: 15px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .forerunner-promo .title {
    margin-bottom: 20px; }
    .forerunner-promo .title h3 {
      font-size: 23rem; }
  .forerunner-promo .foto {
    height: 206px; }
    .forerunner-promo .foto img {
      border-radius: 15px; }
  .forerunner-promo .video iframe {
    height: 206px;
    border-radius: 15px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .forerunner-promo .foto {
    height: 260px; }
  .forerunner-promo .video iframe {
    height: 260px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .forerunner-promo .foto {
    height: 350px; }
  .forerunner-promo .video iframe {
    height: 350px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .forerunner-promo .foto {
    height: 420px; }
  .forerunner-promo .video iframe {
    height: 420px; } }

/*# sourceMappingURL=forerunner_promo.css.map */
