@media only screen and (min-width:767px){.hero-row::after{content:'';position:absolute;top:0;left:48%;transform:translateX(-50%);width:100px;height:100%;background:#f7f5f2;clip-path:polygon(0 0,100% 0,0% 100%,0 100%);z-index:9;display:block}.hero-row::before{content:'';position:absolute;top:0;left:43%;transform:translateX(-50%);width:100px;height:100%;background:#f7f5f2;clip-path:polygon(100% 0,100% 0,100% 100%,0% 100%);z-index:9;display:block}}