
.film-sheet-page {
  overflow-x: clip;
}

#fiche-billy-widget .tt-filmSheet {
  width: min(1040px, calc(100% - 40px)) !important;
  max-width: 1040px !important;
  margin: 28px auto 54px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

#fiche-billy-widget .tt-filmTitle {
  font-size: clamp(30px, 3vw, 36px) !important;
  line-height: 1.05 !important;
  letter-spacing: -.025em !important;
}

#fiche-billy-widget .tt-px-wrap,
#fiche-billy-widget .tt-sequences {
  width: 100%;
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 720px) {
  #fiche-billy-widget .tt-filmSheet {
    width: 100% !important;
    margin-top: 18px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  #fiche-billy-widget .tt-filmTitle {
    font-size: 30px !important;
  }
}
