<div class="box clipInset"></div>
.box {
width: 300px;
height: 300px;
margin: 28px auto;
background: black url(https://ununsplash.imgix.net/photo-1415302199888-384f752645d0?q=75&fm=jpg&s=823bdcc1b7ad955f5180efd352561016);
background-size: cover;
}
.clipInset {
-webkit-clip-path: inset(25% 0 round 0% 25%);
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.