/* Ajustes del contenedor de la imagen */
/*
.image-container {
    width: 100%;
    height: auto; 
    position: relative;
    overflow: hidden;
}
*/
/*
.photo-to-correct {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(90deg) translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    transform-origin: center center;
}
*/

/* 
.product-thumb-info-image {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  
  .image-container {
    margin: 0 auto; 
  }
  
  .product, .product-thumb-info {
    height: auto !important;
    min-height: 0 !important;
  }*/