#splash1{
    position: relative;
    width: 100%;
    min-height: 40vh;
    background: url(images/top-image1.png);
    background-size: cover;
}
#splash1:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 40vh;
    background: url(images/splash1.png);
    background-size: 100%;
    background-position: center;
    mix-blend-mode: screen;
}

#splash2{
    position: relative;
    width: 100%;
    min-height: 40vh;
    background: url(images/top-image1.png);
    background-size: cover;
}
#splash2:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 40vh;
    background: url(images/splash2.png);
    background-size: 100%;
    background-position: center;
    mix-blend-mode: screen;
}

#splash3{
    position: relative;
    width: 100%;
    min-height: 40vh;
    background: url(images/top-image1.png);
    background-size: cover;
}
#splash3:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 40vh;
    background: url(images/splash3.png);
    background-size: 100%;
    background-position: center;
    mix-blend-mode: screen;
}

#splash4{
    position: relative;
    width: 100%;
    min-height: 40vh;
    background: url(images/top-image1.png);
    background-size: cover;
}
#splash4:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 40vh;
    background: url(images/splash4.png);
    background-size: 100%;
    background-position: center;
    mix-blend-mode: screen;
}

#splash5{
    position: relative;
    width: 100%;
    min-height: 40vh;
    background: url(images/top-image1.png);
    background-size: cover;
}
#splash5:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 40vh;
    background: url(images/splash5.png);
    background-size: 100%;
    background-position: center;
    mix-blend-mode: screen;
}

#splash6{
    position: relative;
    width: 100%;
    min-height: 40vh;
    background: url(images/top-image1.png);
    background-size: cover;
}
#splash6:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 40vh;
    background: url(images/splash6.png);
    background-size: 100%;
    background-position: center;
    mix-blend-mode: screen;
}