/*
* @Author: Nathan Bosscher
* @Date:   2017-10-23 19:39:16
* @Last Modified by:   Nathan Bosscher
* @Last Modified time: 2017-11-09 19:27:33
*/
.videos h1 {
  font-size: 34px;
  font-weight: normal;
  margin-top: 55px;
}

.mobile h1 {
  padding-left: 10px;
}/*
* @Author: Nathan Bosscher
* @Date:   2017-09-29 21:45:19
* @Last Modified by:   Nathan Bosscher
* @Last Modified time: 2017-11-09 20:09:12
*/
/*
* @Author: Nathan Bosscher
* @Date:   2017-10-23 19:39:16
* @Last Modified by:   Nathan Bosscher
* @Last Modified time: 2017-11-09 19:27:33
*/
.mobile .video {
  flex-direction: column;
}
.mobile .video .embed {
  width: 100%;
  text-align: center;
}

.video {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.video > .embed {
  width: 300px;
  background-color: #151515;
}
.video > .right {
  flex-grow: 1;
  padding: 25px;
}
.video > .right h2 {
  margin-top: 5px;
}