Should use similar the following css for styling of items that preview banners to add more dynamics ```css .box { mask: radial-gradient(30px at top,#0000 calc(100% - 1px),#000) 50%/55.5px 100% } ```