.v2_item_details_container .v2_popup_frame .v2_flyer_item_popup .v2_popup_content_wrap .v2_item_image_wrapper {
  /* XXX: PS-1994: for IE8 - there's some weird behaviour when using
             max-width to scale down an image; inline-block with a strange
             line-height is needed to accommodate this. */ }
  .v2_item_details_container .v2_popup_frame .v2_flyer_item_popup .v2_popup_content_wrap .v2_item_image_wrapper .coupon-image-wrapper .coupon-image {
    display: inline-block;
    line-height: 550px; }
    .v2_item_details_container .v2_popup_frame .v2_flyer_item_popup .v2_popup_content_wrap .v2_item_image_wrapper .coupon-image-wrapper .coupon-image img {
      line-height: normal; }
