/* Hide default Google Maps InfoWindow close button */
.gm-ui-hover-effect {
    display: none !important;
}

/* Style custom close button */
.close-photo-btn:hover {
    background: rgba(0,0,0,0.8) !important;
    transform: scale(1.1);
}