.glide video {
    display: block;
    object-fit: cover;
    margin: auto;
  }
  .glide__arrow {
    padding: 5px 7px;
    box-shadow: none;
    border: none;
  }
  .glide__arrow img {
    filter: brightness(0%) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(24deg) brightness(100%) contrast(80%) drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
    height: 2.5em;
  }
  .glide__arrow:hover img {
    filter: brightness(0%) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(24deg) brightness(100%) contrast(100%) drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
  }
  .glide__bullets {
    bottom: 3.5em;
  }
  
  .glide__slide video {
    width: 100%;
  }