@charset "UTF-8";
/* For single thumb > gallery popup, use .eig… class on wrapping element */
.eig-hide-thumbs-except-1st .speasyimagegallery-row > *:not(:first-child) {
    display: none; /* Hide all direct children except the first one */
}