  .owl-carousel {
    height: 100%;
    margin-bottom: 0;
    padding-inline-start: 0;
  }
  .owl-carousel .owl-stage-outer, .owl-carousel .owl-stage {
    height: 100%;
  }
  .owl-carousel .owl-item {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
  }
  .owl-carousel .attached-image {
    display: inline;
    width: auto;
  }
  .owl-prev {
    box-shadow: 2px 2px 4px rgba(214, 214, 214, 0.25);

    width: 45px;
    height: 45px;
    position: absolute;
    top: 40%;
    background-color: #fff !important;
    display: block !important;
    box-shadow: 2px 2px 4px rgba(214, 214, 214, 0.25);
    border-radius: 10px !important;
    border: 0px solid black !important;
  }

  .owl-next {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 40%;
    right: 0;
    background-color: #fff !important;
    display: block !important;
    box-shadow: 2px 2px 4px rgba(214, 214, 214, 0.25);
    border-radius: 10px !important;
    border: 0px solid black !important;
  }
  .owl-nav { margin-top: 0; }
  .owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}
  .owl-nav [class*='owl-']:hover {
    background: none;
  }
