.offices__list {
  margin: 0 -15px;
}

.offices__item {
  width: 100%;
  padding: 15px;
}

@media (min-width: 478px) {
  .offices__item {
    width: 50%;
    width: calc(50% - 1px);
  }
}

@media (min-width: 768px) {
  .offices__item {
    width: 33.333%;
    width: calc(33.333% - 1px);
  }
}

#main .offices__item article {
	margin: 0;
}

.offices__item-box {
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  display: table;
  width: 100%;
}

.offices__item-address {
  height: 100%;
  width: 100%;
  padding: 15px;
  margin: 0;
  color: #FFF;
  background-color: rgba(0, 0, 0, .25);
  display: table-cell;
  vertical-align: bottom;
}

.offices__item-address h2 {
  text-transform: uppercase;
  background: #FFF;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1.1;
  font-size: 1.25em;
}

.offices__item-address h2 a {
  text-decoration: none;
}

.offices__item-address p {
  margin: 0;
  text-shadow: 1px 1px 1px #000;
}

.offices__item-address p a {
  color: #FFF;
  word-break: break-all;
}

.offices__item-address p a:hover {
  color: #EEE;
  text-decoration: none;
}