.podcast {
  position: relative;
  margin-bottom: 30px;
  background-color: #fccc11;
  text-align: left;
}
.podcast .image {
  float: left;
  width: 25%;
}
.podcast .info {
  float: left;
  padding: 15px;
  width: 75%;
}
.podcast .info h3 {
  margin-bottom: 5px;
  font-size: 16px;
}
.podcast .info h3, .podcast .info h3 a {
  color: #333;
}
.podcast .info h2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.podcast .info h2, .podcast .info h2 a {
  color: #000;
}
.podcast .info .audio-player {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .podcast {
    padding-bottom: 40px;
  }
  .podcast .info .audio-player {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 0;
  }
}
