/*----------Sign Up Image Desktop View----------*/
 
.sign-up-image {
    margin-top: -75px;
    margin-bottom: -45px!important; }
 
@media only screen and (max-width: 1100px) {
     
.sign-up-image {
    margin-top: -45px; }
}
 
 
/*----------Sign Up Image Tablet View----------*/
 
@media only screen and (max-width: 980px) {
     
.sign-up-image {
    margin-top: -66px;
    margin-bottom: -18px!important;
    max-width: 355px; }
}
 
 
/*----------Sign Up Image Mobile View----------*/
 
@media only screen and (max-width: 479px) {
     
.sign-up-image {
    max-width: 175px; }
}

How to Create an Image Overlap Section