.d-none {
    display: none;
}

.owl-carousel .gallery-item {
    position: relative;
    position: relative;
    height: 0;
    padding-bottom: 600px;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
}

.owl-carousel .gallery-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-carousel .owl-next {
    right: 30px;
}

.owl-carousel .owl-prev {
    left: 30px;
}

.owl-carousel .owl-nav span {
    font-size: 40px;
    color: #ffffff;
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-carousel .owl-dot span{
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 20px;
    display: block;
    height: 10px;
    margin: 5px 0px;
    opacity: 0.5;
    width: 10px;
}

.owl-carousel .owl-dot.active span {
    opacity: 1;
}

.owl-carousel .owl-dot {
    margin-left: 10px;
}

.owl-carousel .owl-item img {
    max-height: 600px;
    object-fit: cover;
}

@media(max-width: 767px) {
  .owl-carousel .gallery-item {
    padding-bottom: 56.25%;
  }
}
