  .spotlight {
    width: 100%;
    position: relative;
    margin-bottom: 3rem;
    justify-content: space-between;
  }

  .spotlight .content {
    width: 33%;
  }

  .border-top::before {
    border-top: solid 2px var(--koralle);
    width: 100%;
  }

/*
  .slide-base {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
  }

  .slide-overlay {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s;
  }

  .slide-info {
    color: black;
    padding: 4px 8px;
    font-size: 0.85rem;
    margin-bottom: 2rem;
  }
*/

  .slider {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5rem;
  }

  .slideshow-container {
    width: 700px;
    height: 700px;
    margin-bottom: .2rem;
    max-width: 100%;
    position: relative;
  }

  .slide {
    background-color: #f2f2f2;
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .slide-nav {
    display: flex;
  }
  .slide span {
    /* background: white; */
    padding: .2rem; 
  }
  .slideshow-container img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    object-position: center;
  }

  @media (max-width: 600px) {
    .spotlight .content {
      width: 100%;
    }
  }