I am trying to use an image of a guy on the left hand side of my layout. but in smaller screens it looks stretched. I have tried to use following background properties:
background: rgba(0, 0, 0, 0) url("../images/login.png");
background-size: 100% 100%; // i have tried with contain and cover as well
background-repeat: no-repeat;
height: 92%;