/* Ausschließlich für die freigegebene Logo-Migration in dieser Preview. */
.nav__logo-img,
.site-header__logo img,
.footer__logo-img,
.film-loader img {
  border-radius: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
}

.nav__logo-img,
.site-header__logo img {
  width: 101px !important;
  height: 51px !important;
}

.footer__logo-img {
  width: 152px !important;
  height: auto !important;
  margin-bottom: 16px !important;
}

.film-loader img {
  width: min(61vw, 224px) !important;
  height: auto !important;
}

@media (max-width: 640px) {
  .nav__logo-img,
  .site-header__logo img {
    width: 94px !important;
    height: 48px !important;
  }

  .footer__logo-img {
    width: min(58vw, 176px) !important;
    height: auto !important;
    aspect-ratio: 30 / 13;
  }

  .film-page .nav__logo-img {
    width: 66px !important;
    height: 34px !important;
  }
}
