/* Force images inside the portfolio grid to contain rather than crop */
.qodef-pi-image img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #ffffff; /* Adds a white background to the empty space */
}