.qt-product-featured-image {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0px;
  overflow: hidden;
}

.qt-product-featured-image-inner {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qt-product-featured-image img {
  display: block;
  width: 100%;
  height: calc(100vh - 100px);
  object-fit: fill;
  object-position: center;
  margin: 0;
}

@media (max-width: 1024px) {
  .qt-product-featured-image img {
    max-height: calc(100vh - 100px);
  }
}

@media (max-width: 767px) {
  .qt-product-featured-image {
    margin-bottom: 22px;
  }

  .qt-product-featured-image img {
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
