body {
  background: #222 url("../img/podcast-download-page/bg-rock.jpg");
}

p {
  color: #dadada;
  font-size: 16px;
  line-height: 1.4444444444;
}

@media (min-width: 768px) {
  p {
    font-size: 18px;
  }
}

p b {
  color: #ffffff;
}

.o-container {
  max-width: 1010px;
}

.o-video-container {
  margin: 0;
  border: 0;
}

.c-download-header {
  margin-bottom: 20px;
  padding-bottom: 10px;
  background: url("../img/podcast-download-page/bg-hdr.png") center top repeat-x;
  background-size: auto 100%;
}

.c-download-header__content {
  width: 100%;
  height: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .c-download-header__content {
    padding: 20px 0;
    height: auto;
  }
}

.c-download-header__logo {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 207px;
  height: auto;
  margin: 0;
}

@media (min-width: 768px) {
  .c-download-header__logo {
    width: 302px;
  }
}

.c-download-header__app-icon {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 90px;
  height: 90px;
  margin: 0;
}

@media (min-width: 768px) {
  .c-download-header__app-icon {
    width: 133px;
    height: 133px;
  }
}

.c-download-footer {
  margin-top: 114px;
  background: #000;
  text-align: center;
  position: relative;
}

.c-download-footer::before {
  content: '';
  display: block;
  width: 100%;
  height: 114px;
  background: url("../img/podcast-download-page/bg-ftr.png") center repeat-x;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.c-red-backdrop {
  margin-bottom: 30px;
  padding: 6% 0;
  background: url("../img/podcast-download-page/bg-red.png") center repeat-x;
  background-size: auto 100%;
}

@media (min-width: 768px) {
  .c-red-backdrop {
    padding: 1px;
    margin: 40px 0 100px;
  }
}

@media (min-width: 768px) {
  .c-red-backdrop__content {
    margin: -40px 0;
    padding: 0 8.3333333333%;
  }
}

.c-download-screens-frame {
  margin-bottom: 10px;
  padding: 3px;
  background: linear-gradient(0deg, #694b21 0%, #fadc94);
  position: relative;
}

.c-download-screens-frame::before {
  content: '';
  display: block;
  width: 100%;
  height: 15px;
  opacity: 0.8;
  background: radial-gradient(farthest-side at center top, #000 10%, transparent 100%);
  position: absolute;
  top: 100%;
  left: 0;
}

/*# sourceMappingURL=podcast-download-page.css.map */
