/**
 * Variables
 */
/**
 * Functions
 */
/**
 * Mixins
 */
main.podcast {
  background-color: #b1d9e8;
  background-image: url(../static/videos/bg-video.jpg);
  background-repeat: no-repeat;
  height: auto;
  padding-bottom: 200px;
  z-index: auto;
}
@media (min-width: 980px) {
  main.podcast {
    height: 850px;
    padding-bottom: 0;
  }
}
main.podcast .content {
  margin-top: 0;
  z-index: 106;
  transform: none;
  -webkit-transform: none;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
}
@media (min-width: 980px) {
  main.podcast .content {
    margin-top: 170px;
  }
}
