How do I get rid of all the black space on the top of these black boxes?

Hello, there is so much blank space on the top part of these boxes, how do I remove this, thank you!

https://timelessracingco.com/

Hello @timelessracing

Go to Online Store, then Theme, and select Edit Code.
Search for assets/app.css Add the provided code at the end of the file.

.gallery__item-content.content-bottom-left {
    align-items: baseline!important;
}
.gallery__item figure {
    padding-bottom: 75%!important;
}

Output :-