@charset "UTF-8";
/* CSS Document */

.column .Img a {
  display: block;
  width: 100%;
  height: 300px;
  background-position: center !important;
  background-color: #eee !important;
  background-repeat: no-repeat !important;
  background-size :contain !important;
}

.column p {
  height: 50px;
  overflow: hidden;
}

@media (max-width: 1180px) {
  .column .Img a {
  height: 200px;
  }
}

@media (max-width: 640px) {
  .column .Img a {
  height: 250px;
  }
}