﻿/* Ensure PhotoSwipe images display at full size */
.pswp__img {
    max-width: none !important;
    max-height: none !important;
}
.pswp-item img {
    transition: transform 0.3s ease;
}

.pswp-item:hover img {
    transform: scale(1.05);
}

.pswp-overlay {
    transition: opacity 0.3s ease;
}

.pswp-item:hover .pswp-overlay {
    opacity: 1 !important;
}

/* Ensure PhotoSwipe images display properly */
.pswp__img {
    max-width: none !important;
    max-height: none !important;
}