.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;
    filter: 2.0em;
  }
  .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;
  }
  #dynamic-carousel.glide video, #static-carousel.glide video {
    /*
    width: 600px;
    height: 450px;
    border-radius: 15px;
    */
    width: 500px;
    height: 375px;
    border-radius: 12px;
  }
  #realtime-carousel.glide video {
    width: 410px;
    height: 230px;
    border-radius: 10px;
  }
  