@import '@styles/var.scss';

.films {
  width: 100%;
  height: 100%;
  background-color: $bgColor;

  .scroll-view {
    height: 100%;
  }
}