.owl-nav{
    position: absolute;
    top: 45%;
    width: 100%;
  }
  .owl-prev{
      float:left;
      background-color: rgba(212, 206, 206, 0.46);
      padding: 5px;
      color: #fff;
      border-radius: 3px;
   }
  .owl-next{
      float:right;
      background-color: rgba(212, 206, 206, 0.46);
      padding: 5px;
      color: #fff;
      border-radius: 3px;
  }
  .home-demo .item{
    background: none;
  }