.intense.top-divider .zigzag-incline {
  position: absolute;
   bottom: 0;
  left: 0;
  width: 100%;
   height: 50px;  
  /*background-image: linear-gradient(15deg, cornflowerblue 50%, #bada55 50%);*/
  background-position: 50%;   
  -webkit-background-size: 100px 100%;   
  background-size: 100px 100%;  
}

.intense.bottom-divider .zigzag-incline {
  position: absolute;
   bottom: 0;
  left: 0;
  width: 100%;
   height: 50px;  
  /*background-image: linear-gradient(15deg, #ccc 50%, cornflowerblue 50%);*/
  background-position: 50%;   
  -webkit-background-size: 100px 100%;   
  background-size: 100px 100%;  
}

.intense.top-divider.zigzag-incline  {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}