To round corners of Gallery Slideshow Reel, like this.
You can use this code to Custom CSS
figure.gallery-reel-item img {
border-top-left-radius: 30px;
border-top-right-radius: 30px;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
}