/* PS Hero NYT – Video WP: adattamento editoriale + centratura perfetta */

.ps-hero-nyt .ps-hero-nyt-media.ps-has-wp-video {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-hero-nyt .ps-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ps-hero-nyt .ps-hero-video--vertical {
  width: auto;
  height: 100%;
  max-width: 62%;
  object-fit: contain;
  border-radius: 16px;
  background: #000;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .ps-hero-nyt .ps-hero-video--vertical {
    max-width: 80%;
  }
}