.PressHomepageFilmDetailsCredits {
  margin-bottom: 160px;
  padding: 0;
  max-width: 100%;
  font-size: 13px
}

@media (min-width:900px) {
  .PressHomepageFilmDetailsCredits {
    display: grid;
    padding: 30px;
    margin-top: 0;
    margin-bottom: 200px;
    grid-template-columns: 30% 45% 15%;
    gap: 52px;
    line-height: 1.2;
    max-width: 1280px
  }
}

.PressHomepageFilmDetailsCredits__title {
  display: flex;
  width: 100%;
  max-width: 354px;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px
}

@media (min-width:1100px) {
  .PressHomepageFilmDetailsCredits__title {
    width: auto
  }
}

.PressHomepageFilmDetailsCredits__titleGraphic {
  width: 100%
}

.PressHomepageFilmDetailsCredits__titleImage {
  width: 100%;
  margin: auto
}

.PressHomepageFilmDetailsCredits__titleFooter {
  display: none;
  padding-right: 4px
}

@media (min-width:1100px) {
  .PressHomepageFilmDetailsCredits__titleFooter {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-self: flex-end
  }
}

.PressHomepageFilmDetailsCredits__subTitle {
  font-size: 18px;
  line-height: 1.12
}

.PressHomepageFilmDetailsCredits__studioLogos {
  margin-top: 24px
}

@media (min-width:1100px) {
  .PressHomepageFilmDetailsCredits__studioLogos {
    margin-top: 16px
  }
}

@media (max-width:1099px) {
  .PressHomepageFilmDetailsCredits__crew {
    margin-top: 24px
  }
}
