.tr-epilot-journey {
  width: 100%;
}

.tr-epilot-journey,
.tr-epilot-journey * {
  box-sizing: border-box;
}

.tr-epilot-journey__mount {
  width: 100%;
  min-height: var(--tr-epilot-journey-min-height, 45rem);
}

.tr-epilot-journey iframe {
  display: block;
  width: 100%;
  min-height: var(--tr-epilot-journey-min-height, 45rem);
  min-height: var(--tr-epilot-journey-min-height, 45rem) !important;
  border: 0;
}

@media (max-width: 47.9375rem) {
  .tr-epilot-journey__mount,
  .tr-epilot-journey iframe {
    min-height: max(36rem, var(--tr-epilot-journey-min-height, 45rem));
  }
}
