.grid-four-with-photo .grid-card-with-photo:hover,
.grid-card-with-photo:hover {
    background-color: transparent !important;
    background: transparent !important;
}

/* Override any general grid-card hover rules */
.grid-card.grid-card-with-photo:hover {
    background-color: transparent !important;
    background: transparent !important;
}

/* Opacity for images in subpage sections */
.subpage .grid-card-with-photo img {
    opacity: 0.7;
}

.about-us.subpage .grid-card-with-photo img {
    opacity: 0.45;
}