.PressHomepageFilm {
  position: relative;
  width: calc(var(--windowWidth) - var(--windowWidth)*0.5*2 + 100%);
  height: calc(343.84615px + var(--windowWidth)/1300*330);
  max-width: calc(var(--windowWidth));
  margin: 100px auto 200px;
  border-radius: 3px;
  transition: opacity .2s;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
  color: var(--color);
  background: var(--backgroundColor)
}

.PressHomepageFilm__title {
  font-style: italic;
  font-size: 21px;
  letter-spacing: .32px;
  margin: 30px 4px 12px
}

.PressHomepageFilm__Body {
  font-family: Ivar Text;
  font-weight: 400;
  opacity: .5;
  font-size: 17px;
  letter-spacing: .32px;
  margin: 0 4px
}

.PressHomepage--isNotWebGL .PressHomepageFilm {
  height: 0
}
