
.hero__media {
  background:
  linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.61) 1%,
    rgba(0, 0, 0, 0.05) 40%,
    rgba(0, 0, 0, 0) 62%
  ),
  linear-gradient(
    180deg,
    rgba(26, 34, 41, 0) 70%,
    rgba(26, 34, 41, 0.48) 80%,
    #1a2229 100%
  ),
  url(../imgs/tour/Setouchi/banner.png) center / cover no-repeat;
}


.tokyo-highlight--1 {
  background-image:
    linear-gradient(
      90deg,
      rgba(26, 34, 41, 0.88) 0%,
      rgba(26, 34, 41, 0.52) 42%,
      rgba(26, 34, 41, 0.12) 72%
    ),
    url("../imgs/tour/Setouchi/line1.png");
}

.tokyo-highlight--2 {
  background-image:
    linear-gradient(
      90deg,
      rgba(26, 34, 41, 0.88) 0%,
      rgba(26, 34, 41, 0.52) 42%,
      rgba(26, 34, 41, 0.12) 72%
    ),
    url("../imgs/tour/Setouchi/line2.png");
}

.tokyo-highlight--3 {
  background-image:
    linear-gradient(
      90deg,
      rgba(26, 34, 41, 0.88) 0%,
      rgba(26, 34, 41, 0.52) 42%,
      rgba(26, 34, 41, 0.12) 72%
    ),
    url("../imgs/tour/Setouchi/line3.png");
}
.tokyo-highlight--4 {
  background-image:
    linear-gradient(
      90deg,
      rgba(26, 34, 41, 0.88) 0%,
      rgba(26, 34, 41, 0.52) 42%,
      rgba(26, 34, 41, 0.12) 72%
    ),
    url("../imgs/tour/Setouchi/line4.png");
}