.o_form_renderer {
    .o_field_x2_many_media_viewer .o_kanban_renderer {
        --KanbanRecord-width: 100px;

        article.o_kanban_record {
            display: flex;
            justify-content: center;
            margin-bottom: unset !important;

            & img {
                height: 128px;
                width: 168.86px;
                object-fit: contain;
            }
        }
    }
}
