
  /*                    SLIDER
  ************************************************/

  .slider{
      position: relative;
      top: 0;
      left: 0;
      width: 100vw;
      height: 120vh;
      overflow: hidden;
      pointer-events: initial;
      z-index: 1;
  }
  .classic-header .slider {
    height: 100vh;
  }

  .slider img,
  #slider video{
    object-fit: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .slider-content {
    height: 100%;
    width: 70vw;
    position: absolute;
    left: 15vw;
    border-left: 1px solid #d7cbc178;
    border-right: 1px solid #d7cbc178;
    top: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 100%;
    padding: 3em;
    justify-content: center;
  }


/* INTERVENTIONS */
.key-label{
  color: var(--tan);
}
.key-value{
  color: white;
}
.slider-content ul li img {
    max-width: 20px;
    margin-bottom: 15px;
}
