body {
  background-color: gainsboro;
  margin: 0;
}

.column {
  float: left;
  width: 33.3%;
  margin: 10px 0;
}

.column > img {
  height: 85px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

p {
  text-align: center;
}

.row {
  display: block;
  width: 90%;
  height: 105px;
  border: 1px solid;
  border-radius: 45px;
  background-color: white;
  margin: 30px auto;
}

.secondRow {
  margin-bottom: 45px;
}

.singleImg {
  height: 350px;
  border: 1px solid;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
}

.ytColumn {
  width: 100% !important;
}

.ytImg {
  height: 125px !important;
}

.ytRow {
  width: 50% !important;
  height: 135px !important;
}

@media screen and (min-width: 520px) {
  .singleImg {
    height: 500px;
  }
}