.loop-bundle-image-container-wrapper{
  flex-direction: column-reverse !important;
}

.loop-bundle-image-container {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  height: 400px !important;
  justify-content: center !important;
  align-items: center !important;
  display: flex !important;
}

.loop-bundle-image-container img {
  margin-bottom: calc(var(--spacing) * 0) !important;
  object-fit: inherit !important;
  max-width: 100% !important;
  max-height: 40em !important;
  width: 100% !important;
}
.loop-bundle-image-container{
   height: auto !important;
}