#media {
  background: url('../media/img/media/bg.webp') top center / cover no-repeat;
  padding-bottom: 10%;
  mask: url('../media/img/media/media-bg-mask.png') bottom center / cover no-repeat;
}

#media .wrapper {
  padding: 0 75px;
}

.trailer {
    overflow: hidden;
    padding-bottom: 3em;
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
  }
  /* .trailer__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
  }
  @media only screen and (min-width: 37.5em) {
    .trailer__list {
      flex-wrap: nowrap;
    }
  }
  .trailer__list li {
    margin: 1em;
  } */
  .trailer__list li .trailer__thumb {
    cursor: pointer;
    position: relative;
  }
  .trailer__list li .trailer__thumb:before {
    background: rgba(0, 0, 0, 0.25) url('../media/img/media/playbutton.png') 50% no-repeat;
    background-size: clamp(30px, 20%, 56px);
    content: '';
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .trailer__list li .trailer__thumb:hover:before {
    background-color: transparent;
  }
  .trailer__list li .trailer__thumb a {
    display: block;
  }
  .trailer__list li .trailer__thumb a img {
    vertical-align: bottom;
  }
  .trailer__list li .trailer__title {
    text-align: center;
  }
  .trailer__list img {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
  }

  .trailer__thumb::after {
    content: "";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: url('../media/img/media/trailer_thumb_frame.svg') center center / cover no-repeat;
    z-index: 1;
    pointer-events: none;
  }

  .splide__arrow {
    background: transparent;
    border-radius: 0;
    width: 43px;
  }
  .splide__arrow--prev {
    left: -75px;
  }
  
  .splide__arrow--next {
    right: -75px;
  }
  /*
  .splide__arrow svg {
    fill: #ffe842;
    filter: drop-shadow(0px 0px 1px rgb(0 0 0 / 0.75));
  } */