/* Start custom CSS */#gallery-1 .gallery-item img {
    height: 300px;
    width: auto; /* keeps aspect ratio */
    object-fit: cover; /* crops image if needed */
}/* End custom CSS */