@media (min-width: 992px) {
    .baseline {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
  header {
    background-image: url("../images/bgV26.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw;
  }

  .slide__img {
    display: none;
  }

  #raysDemo {
    height: 100vw;
  }

  #rays {
    opacity: 0.1;
  }
}

.logos img {
    margin: 2rem;
}