/*
 * Keep lobby and promotion banners fully visible at every viewport width.
 * The neutral background fills any unused space when an uploaded image uses
 * a ratio other than the recommended 3:1.
 */
.new-china-02 .nc-hero {
  width: 100%;
  height: auto !important;
  min-height: 0;
  max-height: none;
  aspect-ratio: 3 / 1;
  background: #120c12;
}

.new-china-02 .nc-carousel-track,
.new-china-02 .nc-reference-scene {
  width: 100%;
  height: 100%;
}

.new-china-02 .nc-carousel-slide,
.new-china-02 .nc-reference-character {
  object-fit: contain !important;
  object-position: center !important;
}

.new-china-02 .nc-promo-detail-banner {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

#inicio .poster-img {
  width: 100%;
  height: auto;
  object-fit: contain !important;
  object-position: center;
}