h2 {
  display: inline;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  border: 1px solid white;
}

.column h3 {
  text-align: center;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

#vibe-peek img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  table img {
    max-width: 100%;
    height: auto;
  }
}
