.embedded-showplayer {
  background-color: aqua !important;
}

.contentWrapper {
  display: flex;
}
.contentWrapper .content {
  padding: 40px;
  padding-top: 100px;
  width: calc(100% - 80px);
  min-height: calc(100vh - 200px);
  margin: 0 auto;
  max-width: 700px;
  float: left;
}
.contentWrapper .podcastBox {
  border-radius: 15px;
  background-color: white;
  transition: 300ms;
  box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 15px;
  width: calc(100% - 50px);
  padding: 25px;
  display: flex;
}
@media (max-width: 600px) {
  .contentWrapper .podcastBox {
    display: block;
  }
}
.contentWrapper .podcastBox .headingImage {
  width: 50%;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 15px;
  border-radius: 15px;
}
@media (max-width: 600px) {
  .contentWrapper .podcastBox .headingImage {
    width: 100%;
  }
}
.contentWrapper .podcastBox .podcastLinkImagesWrapper {
  width: 40%;
  margin-left: 5%;
  margin-top: 4%;
}
@media (max-width: 600px) {
  .contentWrapper .podcastBox .podcastLinkImagesWrapper {
    width: 90%;
  }
}
.contentWrapper .podcastBox .podcastLinkImagesWrapper .podcastLinkImages {
  width: 100%;
}
.contentWrapper .podcastBox .podcastLinkImagesWrapper .podcastLinkImages:hover {
  cursor: pointer;
}

.podcastiFrame {
  height: 700px;
}
@media (max-width: 553px) {
  .podcastiFrame {
    height: 1500px;
  }
}

/*# sourceMappingURL=podcast.css.map */
