.bg-gallery {
    background-image: url(../images/gallery/galleryBG.png);
}

.card-img-overlay {
    display: flex;
    align-items: flex-end;
}

.galleryMoreIcon {
    transition: all 0.5s ease;
}

.card-img-overlay:hover .galleryMoreIcon {
    scale: 1.1;
    rotate: 45deg;
    color: #1088d8;
}
