@media only screen and (max-width: 767px) {
  .welcome-slides .owl-nav {
    display: block !important;
  }
  
  .welcome-slides .owl-prev,
  .welcome-slides .owl-next {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
    font-size: 24px !important;
    line-height: 60px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 10px !important;
    background-color: #fc6060 !important;
    border: none !important;
    border-radius: 50% !important;
    z-index: 99999 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    color: white !important;
  }
  
  .welcome-slides .owl-next {
    right: 10px !important;
    left: auto !important;
  }
}