/* Gallery cards should have pointer cursor */
section.gallery-block .gallery-container .column .swiper-slide {
    cursor: pointer;
}