.slider .item .image {
  padding-left: 50%;
  height: 890px;
}
.slider .item img {
  height: 100%;
  padding: 0;
}

.slider .item a{
  display: inline-block;
  vertical-align: top;
  min-height: 56px;
  line-height: 56px;
  padding: 0 20px;
  border: 0;
  max-width: 230px;
  width: 100%;
  width: 100%;
  text-align: center;
}

.slider .item .image{
  height:100%
}


@media screen and (max-width: 767px) {
  .slider .owl-dots {
    bottom: 20px;
    /*left: 15px;*/
    /*right: 15px;*/
    /*justify-content: flex-start;*/
    justify-content: center;
  }
  .slider .owl-dots > div {
    width: auto;
    max-width: 65px;
    flex-grow: 2;
  }
  .slider .item .image {
    padding: 0;
    height: auto;
    padding-top: 100%;
    position: relative;
  }
  .slider .item .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: auto;
    opacity: 1;
  }
  .slider .item .wrap {
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    background: #000;
    padding: 20px 15px 70px;
    flex-direction: column;
    align-items: center;
  }
}
