.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
  }
  .modal-content{
    background:transparent;
    border: none;
  }
  
  .share.owl-carousel .owl-stage{
    display: flex;
    align-items: stretch;
  }
  .share.owl-carousel .owl-stage .owl-item{
    display: flex;
    flex-direction: column;
  }

  @media (min-width: 1200px) {
            .row-cols-xl-7>* {
                flex: 0 0 auto;
                width: calc(100% / 7);
            }
        }