You'll need to identify the block ID of the image by inspecting the code on the page so that you can target particular images.
Add this CSS to Code:
#block-ID.notion-image.normal {
overflow: visible !important;
width: 200% !important;
max-width: initial !important;
}