
.shapedividers{
overflow:hidden;
position:relative;
}
.shapedividers::before{ 
content:'';
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 141px 169%;
background-position: 0% 50%; 
transform: rotateX(180deg); background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 77.25 381" preserveAspectRatio="none"><g fill="%23ffffff"><path d="M8.47 0l33.86 381H0V0z"/><path d="M33.87 0l25.4 381H0V0z" opacity=".33"/><path d="M59.27 0l17.98 381H0V0z" opacity=".33"/></g></svg>'); 
}


 