@media only screen and (max-width: 600px) {
    
    /* shape 1 */
    .bgshape-1-under {
        width: 30vw;
        right: unset;
    }
    
    .bgshape-1-above {
        width: 20vw;
        right: unset;
    }


    /* shape 2 */
    #animatedbgshape2 {
        top: 152vw;
        /* left: -7vw; */
    }

    .bgshape-2-under {
        width: 25vw;
        left: -7vw;
    }
    
    .bgshape-2-above {
        width: 20vw;
        left: -5vw;
    }

}