The idea
inset() clips by shaving a rectangle's edges inward, like a border that removes instead of adds. Its four values run top right bottom left — the same clockwise order as padding and margin.
Clip the 240×160 box so 20px is cut from the top and bottom and 40px from each side.
This level needs clip-path.