The CSS below worked well for gallery images in Part 1.
figure img { width: 100% !important; height: auto !important; border-radius: 0 !important; object-fit: unset !important;}
How can I make this work on Part 3 also? DO I need to tweak the above code?
]]>