/* =======================================
Slideshow

 ======================================= */
  .bg-slider {
    width: 100vw;
    height: 400px;
    max-height: 400px;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    vertical-align: bottom;
    }
