/*
Theme Name: tokyo-pride-2026 teaser
Template: tokyo-pride-2025
*/

.home-hero-slider .swiper-slide {
  &::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(255, 255, 255, 0.4);
  }

  img {
    position: relative;
    z-index: 1;
  }
}
