.video-tile {
  float: left;
  width: 15em;
  height: 13em;
  background-color: #eee;
  border: 1px #ccc solid;
  margin: 1em;
  padding: 0.5em;
  text-align: center;
}
.thumbnail {
  width: 95%;
  margin: auto;
}
.video-name {
  font-size: medium;
}
.video-description {
  font-size: small;
  color: #333;
  text-align: left;
}
