How can I make my image completely fit the size of my div class without cutting off any parts? I've tried using background-size: cover, but it only scales the image to fill the div and cuts off part of it. I also attempted to use object-fit: fill, but it didn't solve the issue for me. Does anyone have a solution to this problem?