.owl-carousel {
  position: relative;
}
.owl-carousel .owl-item .item {
}

.owl-carousel .owl-item .field--name-field-image-in-content {
  height: 150px;
  margin-top: 8px;
}

.owl-carousel .owl-item .field--name-field-image-in-content img {
  height: 150px;
  width: auto;
}

.owl-carousel .owl-item .item,
.owl-carousel .owl-item .item .hero {
  height: 100%!important;
}

@media screen and (min-width: 769px) {
  .owl-carousel .owl-item {
    aspect-ratio: 16/7;
  }
}

@media screen and (max-width: 768px) {
  .owl-carousel .owl-item {
    aspect-ratio: 3/4;
  }
}

