For example, if you would like to hide the footer on a specific page, go to the page's advanced settings in the page header code:
#footer-sections { display: none }
Hi @MDEZZ ! First off, I love your work. Are trying to display them like this? If so you might want to try this:
.cart-row-img-wrapper > div {
background-size: contain;
}