@media screen and (min-width: 768px) {
    /**----------------------------------------------------**/
    .imageWrapper{
      .image {
        img {
          width: 100%!important;
          //max-width:530px!important;
        }
      }
    }
    /**----------------------------------------------------**/
}

@media screen and (max-width: 767px) {
    /**----------------------------------------------------**/
    .imageWrapper {
      .image {
        .imageContainer {
          img {
            height: 120vw!important;
          }
        }
      }
    }
    /**----------------------------------------------------**/
}

