@media and (max-width: 768.9px) {
  #views-evo-carousel-evo-feature-slider-block-feature-slider .carousel-inner::after, .paragraph--type--evo-carousel .carousel-inner::after {
    width: 300px;
    bottom: -3px;
  }



.paragraph--type--evo-carousel::after, div[id*="evo-carousel-evo-feature-slider"]::after {
  content: '';
  background: #fff;
  height: 200px;
  border-radius: 100% 100% 0 0 / 100% 100%;
  position: absolute;
  bottom: -191px;
  padding: 1%;
  right: 0;
  left: -50%;
  width: 200%;
  overflow: hidden;
  z-index: 200;
}
}