.ag-gallery-container-9ba68b7a {
    display: grid;
    width: 100%;
}
.ag-gallery-item-9ba68b7a {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ag-gallery-item-9ba68b7a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.ag-gallery-item-9ba68b7a:hover img {
    transform: scale(1.05);
}