/* HERO NYT – Video WordPress soft, meno impattante */

.ps-hero-nyt .ps-hero-video-soft {
  position: relative;
  width: 92%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 14px;
  background: #000;
}

/* orizzontale */
.ps-hero-nyt .ps-hero-video-soft.is-horizontal {
  padding-top: 52%;
}

/* verticale: più compatto */
.ps-hero-nyt .ps-hero-video-soft.is-vertical {
  padding-top: 95%;
}

.ps-hero-nyt .ps-hero-video-soft video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}