.icon-expand {
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.icon-expand:hover {
    opacity: 1;
    transform: scale(1.1);
}

.img-library {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/9;
    border-radius: 16px;
}

.image-pagination {
    gap: 24px;
    justify-content: center;
}

.image-pagination img{
    width: 48px;
    height: 48px;
}