.product_item_img_wrap{
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_item_img_wrap img
{
    max-height: 330px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
.model_info_text .text_xsm {
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }

  .text_lines_five {
    min-height: 10rem;
  }
  .main_img_item_wrap a
  {
    height: 100%;
  }