.fifth {
    background-image: url("/img/bg5.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.s7 {
    background-image: url('/img/bg7.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.background1 {
    /* background: url('../img/bg1.jpg') !important; */
    background-image: url('/img/bg1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* max-height: 100vh; */
}


.second {
    background: url("/img/bg2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}


.third {
    background-image: url('/img/bg3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}