﻿.module_image-notfit {
  width: 75%;
  height: auto;
}

@media screen and (max-width: 767px) {
.module_image-notfit {
  width: 100%;
  height: auto;
}
}