/* GLD Logo SVG Hover Effect */
.brand-logo-item:hover .gld-logo-svg {
    filter: grayscale(0%) brightness(1) contrast(1) !important;
    opacity: 1 !important;
    transform: scale(1.05);
}

/* Update 15th photo positioning to top-center */
.photo-block-section .row > div:nth-child(15) .photo-block-item img {
    object-position: center top !important;
}
