.address-item .image-wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.address-item .image-wrap img {
  width: auto;
  height: 100%;
}
.tx-ttaddress-pi1 .address-item + .address-item {
  margin-top: 0;
}
table.tt-address-table tr td {
  width: 12%;
}
@media (min-width: 992px) {
  .address-item .image-wrap {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .address-item .image-wrap {
    height: 300px;
  }
}
