* {
  box-sizing: border-box;
}
.wrap-top-podcast {
  background: #fff;
  padding: 30px 15px;
}
.wrap-top-podcast .title {
  font-weight: 700;
  font-size: 2rem !important;
  color: #203731 !important;
}
.wrap-video-podcast {
  margin: 30px 0px;
}
.wrap-bottom-podcast {
  height: auto;
  width: 100%;
}
.wrap-bottom-podcast .line-middle {
  margin-bottom: 35px;
  height: 35px;
  background: #ffb612;
}
.wrap-bottom-podcast .text-media {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}
.wrap-bottom-podcast .wrap-center-media-block {
  display: flex;
}
.wrap-bottom-podcast .icon {
  color: #fff;
  font-size: 2.5rem;
  height: 1em;
}
.wrap-bottom-podcast .line-middle-last {
  margin-bottom: 0px;
}
.is-padding-columns {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.is-2-padding-columns {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.page-shows .header {
  padding-top: 0px;
}
.top-bar .line3 {
  margin-bottom: 0px;
}
.podcast .notification-header {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
}
.videoWrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.field-item .soundmanager-iframe {
    width: 100%;
    height: 60px;
}
.view-podcast2-content .view-content .hp-hot-video {
  animation: faded 1s;
}
.img-ads{
  margin: 1rem 0px;
}
@media only screen and (max-width: 468px) {
  .podcast .is-2-padding-columns {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 769px) {
  .wrap-podcast-block {
    width: calc(100% + 4 * 0.75rem);
    margin-left: calc(-2 * 0.75rem);
  }
}

.wrap-podcast-block .wrap-bottom-podcast .wrap-media-bottom-podcast {
  align-items: center;
}


.block-podcast-item {
  display: flex;
}
.block-podcast-item .image {
  width: auto;
  min-width: 100px;
}