﻿ .box-border{
           border: 1px solid #EAEAEA !important;
      }
      .zoom_image {
          overflow: hidden;
          max-width: 620px;
          margin: 0 auto;
          cursor: zoom-in;
          height: 100%;
          min-height:470px;
         
        }
      .zoom_image .zoom_mode_active {
        cursor: zoom-out;
      }

      .zoom_image img {
        max-width: 100%;
        width: 100%;
        height: auto !important;
        transition: transform 200ms ease-out;
        border:0  !important;
      }