/*
  This stylesheet contains styles that should be used when the width of the viewport
  Is greater than 500 pixels.
*/

.third-width {
  width: 49%;
  float: left;
  padding: 12px 0 12px .4%;
  height: 105px;
}

.third-width img {
  width: 30%;
  padding-right: 7px;
}

.third-width .caption {
  margin: 12px 0;
}
