.slider-container {
    display: flex;
    width: 100%;
    height: 80vh;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    max-width: 100%;
  }
  
  .slider-container img {
    flex: 0 0 100%;
    width: 100%;
    object-fit: cover;
    scroll-snap-align: center;
    max-width: 100%;
    height: 80vh;
  }


  @media screen and (min-width: 1600px){
    .slider-container {
      display: flex;
      width: 100%;
      height: 100vh;
      overflow-x: hidden;
      scroll-snap-type: x mandatory;
      max-width: 100%;
      height: auto;
    }
    .slider-container img {
      flex: 0 0 100%;
      width: 100%;
      object-fit: cover;
      scroll-snap-align: center;
      max-width: 100%;
      height: auto;
    }
  }

/*  @media screen and (min-width: 1170px) {
    .slider-container img {
      flex: 0 0 100%;
      width: 100%;
      object-fit: cover;
      scroll-snap-align: center;
      max-width: 100%;
      height: auto;
    }
  }

  @media screen and (min-width: 991px){
    .slider-container img {
      flex: 0 0 100%;
      width: 100%;
      object-fit: cover;
      scroll-snap-align: center;
      max-width: 100%;
      height: auto;
    }
  }
  @media screen and (min-width: 580px){
    .slider-container img {
      flex: 0 0 100%;
      width: 100%;
      object-fit: cover;
      scroll-snap-align: center;
      max-width: 100%;
      height: auto;
    }
  }
  @media screen and (min-width: 480px){
    .slider-container img {
      flex: 0 0 100%;
      width: 100%;
      object-fit: cover;
      scroll-snap-align: center;
      max-width: 100%;
      height: auto;
    }
  }
*/