.mg-a21bda92-wrapper {
    display: grid;
    grid-auto-flow: dense;
    width: 100%;
}

.mg-a21bda92-item {
    position: relative;
    overflow: hidden;
    display: flex;
    background-color: #f1f2f6;
}

.mg-a21bda92-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

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