.slideshow-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slideshow-bg.visible {
  opacity: 1;
  z-index: -1;
}

.horizontal-line {
  border-top-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-top-color: rgba(164,174,198,0.2);
}