.detail-image-wrapper {
  height: 633px;
  margin-top: -100px;
}

.detail-image-component img {
  object-fit: cover;
}

@media (max-width: 991px) {
  .detail-image-wrapper {
    margin-top: 25px;
    height: 400px;
  }
}

@media (max-width: 576px) {
  .detail-image-wrapper {
    height: 230px;
  }
}
