#information {
    top: 0;
    left: 0;
    height: auto;
    background: linear-gradient(to top, #181818 0%, #181818 50%);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    scroll-snap-align: start;
}

#info-img2 {
    border: 0;
    margin: 0 auto 20px auto;
}

#information hr {
    width: 100%;
    height: 3px;
    border: 0;
    margin: 0 auto 20px auto;
}

#info-img2 img {
    width: 39%;
    height: auto;
    max-width: 50%;
    max-height: 50%;
    float: left;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
} 

#info-img3 img {
    width: 39%;
    height: auto;
    max-width: 50%;
    max-height: 50%;
    float: right;
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 40px;
} 

#info-img2-mobile img {
    display: none;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-bottom: 20px;
} 

#info-img3-mobile img {
    display: none;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-bottom: 20px;
} 


@media screen and (max-width: 900px) {
    #information {
      height: auto;
    }

    #info-img2 img {
        display: none;
    }

    #info-img3 img {
        display: none;
    }

    #info-img2-mobile img {
        display: block;
    }

    #info-img3-mobile img {
        display: block;
    }

    #information hr {
        width: 100%;
        height: 3px;
        border: 0;
        margin: 0 auto 80px auto;
    }
  }