.p-section-hero-style1__slider .p-widget-slider-style1__slide-picture,
.p-section-hero-style1__image .is-picture {
  height: 40vh;
}

.p-section-hero-style1__image .is-picture .is-picture-img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

@media (orientation: landscape) {
  .p-section-hero-style1__slider .p-widget-slider-style1__slide-picture,
  .p-section-hero-style1__image .is-picture {
    height: 60vh;
  }

  .p-section-hero-style1--alt1 .p-section-hero-style1__slider .p-widget-slider-style1__slide-picture,
  .p-section-hero-style1--alt1 .p-section-hero-style1__image .is-picture {
    height: 80vh;
  }
}
