.slide {
  position: relative;
  width: 100%;
  /*aspect-ratio: 16/9;*/
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-content: center;
}

.blur-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(20px);
  filter: blur(1vw);
  z-index: 1;
}

.image {
  position: relative;
  height: 100vh;
  max-height: 867px;
  width: auto;
  z-index: 2;
}
