[data-section="carousel-gallery"] .carousel .owl-item img {
  height: auto;
  object-fit: cover;
}

.owl-thumbs {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    overflow: hidden;
    z-index: 9;
    /* width: 100%; */
}

.owl-thumbs button {
    min-width: 100px !important;
    height: 100px;
    padding: 0;
    margin: 5px;
    display: inline-block;
    /* aspect-ratio: 1/1; */
    opacity: 0.5;
    -webkit-appearance: none !important;
}

.owl-thumbs button.active {
    opacity: 1;
}

.owl-thumbs img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}


@media (max-width: 768px) {
    .owl-thumbs button {
        min-width: 75px !important;
        height: 75px;
    }
}