/* Start custom CSS for roofsie-gallery, class: .elementor-element-407df2f */.gallery-page__img {
    width: 100%;
    aspect-ratio: 16 / 9; /* Adjust to 4/3 if preferred */
    overflow: hidden;
    border-radius: 8px; /* optional */
}

.gallery-page__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* crops evenly */
    display: block;
}/* End custom CSS */