@media (min-width: 1200px) {
  .p-section-slider__slide-picture {
    aspect-ratio: 2048 / 900;
  }

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