 .home .owl-stage-outer {
     border-bottom-left-radius: 60%;
 }
 
 .home_slider_overlay {
     border-bottom-left-radius: 60%;
 }
 
 @media only screen and (max-width: 700px) {
     .home .owl-stage-outer {
         border-bottom-left-radius: 40%;
     }
     .home_slider_overlay {
         border-bottom-left-radius: 40%;
     }
 }