#midhun{
    width: 100%;
    height: 511px;
    background: transparent url('../res/projects/sahara1.png') 0% 0% no-repeat padding-box;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}
.parallax {
    /* The image used */
    background-image: url("../res/projects/sahara2.png");

    /* Set a specific height */
    min-height: 511px;


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax2 {
    /* The image used */
    background-image: url("../res/projects/sahara3.png");

    /* Set a specific height */
    min-height: 511px;


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax3 {
    /* The image used */
    background-image: url("../res/projects/sahara4.png");

    /* Set a specific height */
    min-height: 511px;


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax4 {
    /* The image used */
    background-image: url("../res/projects/sahara5.png");

    /* Set a specific height */
    min-height: 511px;


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax5 {
    /* The image used */
    background-image: url("../res/projects/sahara6.png");

    /* Set a specific height */
    min-height: 511px;


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax6 {
    /* The image used */
    background-image: url("../res/projects/sahara7.png");

    /* Set a specific height */
    min-height: 511px;


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
@media (max-width:760px){
    #midhun {
        width: 100%;
        height: 350px;
        opacity: 1;
        background-attachment: unset;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex
    ;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 45px;
    }
    .parallax {
        min-height: 350px;
        background-attachment: unset;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .parallax1 {
        min-height: 350px;
        background-attachment: unset;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .parallax2 {
        min-height: 350px;
        background-attachment: unset;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .parallax3 {
        min-height: 350px;
        background-attachment: unset;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .parallax4 {
        min-height: 350px;
        background-attachment: unset;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .parallax5 {
        min-height: 350px;
        background-attachment: unset;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .parallax6 {
        min-height: 350px;
        background-attachment: unset;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}