.open-menu i {
  font-size: 50px;
}

.ba-hamburger-menu > .main-menu .close-menu i {
  font-size: 36px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.feed h2 {
  font-size: 200%;
  font-weight: 700;
  text-align: left;
}

.feed h2 a {
  color: #000;
}

.feed ul {
  margin: 10px 0 0 0;
}

.feed ul li {
  list-style-type: none;
}

.feed-link a {
  line-height: 180%;
  font-size: 110%;
  font-weight: 500;
}

.feed-item-description {
  line-height: 150%;
  font-size: 90%;
  padding-bottom: 10px;
}