.studiofinite-gallery-container {
    position: relative;
    margin: 20px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.studiofinite-gallery-container .gallery-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #f5f5f5;
    color: #666;
    font-size: 16px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .studiofinite-gallery-container {
        height: 500px !important;
    }
}