.filmstrip_text {
  background-color: #fff9f1;
  mask-image: url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none" viewBox="0 0 1500 621" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M790.458 14.9209C958.01 29.7402 1128.06 44.7806 1499.5 2.88398V276.784V303.911V580.241C1069.65 637.668 890.818 621.851 709.042 605.774C541.49 590.954 371.438 575.914 0 617.811V303.911V276.784V40.4537C429.848 -16.9734 608.682 -1.15633 790.458 14.9209Z" fill="black" /></svg>');
  column-gap: 50px;
  overflow: hidden;
  padding: 0 var(--screen-margin);
}

.filmstrip_text .filmstrip_text_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--screen-max-width);
  padding: 0 80px;
  box-sizing: border-box;
  column-gap: 30px;
}

.filmstrip_text .filmstrip_text_box .texts {
  min-width: 400px;
  flex-shrink: 0;
  width: 38.4%;
}

.filmstrip_text .filmstrip_text_box .texts .heading_tag {
  margin-bottom: 20px;
}

.filmstrip_text .filmstrip_text_box .texts .heading {
  margin-bottom: 20px;
}

.filmstrip_text .filmstrip_text_box .texts .theme-plain-button {
  margin-top: 48px;
}

.filmstrip_text .filmstrip_text_box .filmstrip {
  height: 42vw;
  max-height: 660px;
  display: flex;
  column-gap: 16px;
  width: 43.8%;
}

.filmstrip_text .filmstrip_text_box .filmstrip .filmstrip-up:hover,
.filmstrip_text .filmstrip_text_box .filmstrip .filmstrip-down:hover {
  animation-play-state: paused;
}

.filmstrip_text .filmstrip_text_box .filmstrip .filmstrip-scroll {
  flex: 1;
  height: fit-content;
}

.filmstrip_text .filmstrip_text_box .filmstrip .filmstrip-scroll .filmstrip-item {
  width: 100%;
  aspect-ratio: 224/300;
  border-radius: 20px;
  margin-bottom: 16px;
  overflow: hidden;
  background-color: var(--body-alternate-background);
}

.filmstrip_text .filmstrip_text_box .filmstrip .filmstrip-scroll .filmstrip-item .media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 990px) {
  .filmstrip_text .filmstrip_text_box {
    padding: 0;
  }
  .filmstrip_text .filmstrip_text_box .filmstrip {
    height: 50vw;
  }
}

@media (max-width: 768px) {
  .filmstrip_text {
    mask-image: url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none" viewBox="0 0 577 936" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M304.164 6.85267C368.638 13.6587 434.073 20.5662 577 1.3245V687.716L577 916.689C411.597 943.064 342.782 935.799 272.836 928.416C208.362 921.61 142.927 914.702 0 933.944V687.716V552.648V18.579C165.403 -7.79531 234.218 -0.531057 304.164 6.85267Z" fill="black" /></svg>');
    mask-size: 150% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 64px;
  }
  .filmstrip_text .filmstrip_text_box .filmstrip .filmstrip-up,
  .filmstrip_text .filmstrip_text_box .filmstrip .filmstrip-down {
    animation-play-state: paused;
  }
  .filmstrip_text .filmstrip_text_box .texts {
    width: 100%;
    min-width: 0;
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .filmstrip_text .filmstrip_text_box .texts .heading {
    margin-bottom: 12px;
  }
  .filmstrip_text .filmstrip_text_box .texts .subheading {
    margin-bottom: 30px;
  }
  .filmstrip_text .filmstrip_text_box .texts .filmstrip_mo {
    aspect-ratio: 350/620;
    width: 100%;
    max-width: 620px;
    overflow: hidden;
  }
  .filmstrip_text .filmstrip_text_box .texts .media_list {
    width: 100%;
  }
  .filmstrip_text .filmstrip_text_box .texts .media_list .filmstrip-item {
    width: 100%;
    aspect-ratio: 350/160;
    background-color: var(--body-alternate-background);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .filmstrip_text .filmstrip_text_box .texts .media_list .filmstrip-item .media {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .filmstrip_text .filmstrip_text_box .texts .theme-plain-button {
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .filmstrip_text .filmstrip_text_box .texts .media_list .media_box {
    aspect-ratio: 350/200;
  }
}
