body {
  background-color: rgb(255, 255, 255);
  font: 400 1.125em/1.38 Verdana;
  color: rgb(254, 254, 252);
}

.image {
  display: block;
  float: left;
  width: 264px;
  height: auto;
  overflow: hidden;
}

.text {
  float: left;
  clear: both;
  width: 100%;
  min-height: 26px;
  margin-top: 11px;
  background-color: rgb(19, 123, 175);
  font-size: 1em;
  text-align: center;
  color: rgb(254, 254, 252);
}

.wrapper {
  width: 80%;
  height: 800px;
  margin: 108px auto 0;
  overflow: hidden;
}

@media(max-width: 700px) {
  .image {
    width: 37.7142857142%;
    height: auto;
    margin-top: -1px;
  }

  .text {
    margin-top: 12px;
  }

  .wrapper {
    width: 100%;
  }
}