.wpb-custom-shape-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wpb-custom-shape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #eee;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
}
.wpb-custom-shape:before {
  display: none !important;
}
.wpb-custom-shape:after {
  display: none !important;
}
.wpb-custom-shape .wpb-custom-shape-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none !important;
}
.wpb-custom-shape .wpb-custom-shape-link:before {
  display: none !important;
}
.wpb-custom-shape .wpb-custom-shape-link:after {
  display: none !important;
}
