.clear {
  clear: both;
}

.linklist > li {
  overflow: auto;
  padding: 1rem 0;
}

.videos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.videos div {
  width: 300px;
  margin-right: 1em;
}
