.owl-carousel .item:before, .owl-carousel .item:after{content: "";display: block; width: 100%;background-color: #fff400;height: 10px;    position: absolute; top: -10px;}
.owl-carousel .item:after{top: initial; bottom: -10px;}
.owl-carousel .item{display: flex;justify-content: space-between;position: relative;flex-direction: column;}
.slider-right{display:flex;}
.slider-content{display:block;}
 .slider-left{order:2;    padding-bottom: 2em; }
  .slider-right{order:1;}
@media (min-width: 900px) {
.owl-carousel .item{flex-direction: row;}
  .slider-left{order:1;width: 50%;}
  .slider-right{order:2;width: 50%;justify-content: flex-end;}
}