.container-podcast { 
    position: relative; 
    width: 100%; 
    margin: 0 auto; 
    padding: 0;
  	margin-top: -100px;
}

.podcast-hero {
  	height: 350px;
  	background: url(podcast-hero.jpg); 
 	background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
}

.podcast-hero-text h1 {
  	position: relative;
	display: block;
	font-size: 70px;
    line-height: 60px;
  	color: #fff;
	font-family: 'Montserrat', Arial, sans-serif;
	text-align: center;
  	text-transform: uppercase;
  	letter-spacing: 0px;
    font-weight: 400;
  	padding-top: 160px;
} 

.podcast-story-text h2 {
	position: relative;
	display: block;
	font-size: 40px;
    line-height: 42px;
	font-family: 'Montserrat', Arial, sans-serif;
	text-align: center;
  	text-transform: none;
  	letter-spacing: 0px;
    font-weight: 400;
  	margin-top: 60px;
  	margin-bottom: 15px;
}

.podcast-story-text p {
    width: 50%;
	position: relative;
	display: block;
	font-size: 20px;
  	line-height: 24px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	margin: 0 auto;
  	margin-top: 20px;
  	margin-bottom: 60px;
	text-align: center;
    font-weight: 400;
}

.podcast-dividers {
	position: relative;
  	display: flex;
    align-items: center;
  	margin-left: auto;
    margin-right: auto;
    width: 190px;
}

.podcast-dividers img {
	width: 40px;
  	margin: 0px 10px 0px 10px;
  	display: inline-block;
}

.podcast-feature-divider {
	border: solid 1.5px;
    display: inline-block;
    width: 60px;
    text-align: left;
    color: #0054CF;
}

.podcast-feature-divider-2 {
	border: solid 2px;
    display: block;
    width: 100px;
  	margin: 0 auto;
  	margin-top: 25px;
    color: #0054CF;
}

.podcast-widget {
  	margin-bottom: 75px;
}

.podcast-widget iframe {
  	background-color:transparent; 
    display:block; 
    padding: 0; 
    max-width: 1000px;
  	margin: 0 auto;
}

/**** Podcast Tablet/Mobile ***/

  @media screen and (max-width: 768px)  {
  .podcast-hero-text h1 {
	font-size: 50px;
  	padding-top: 140px;
  } 
  .podcast-story-text h2 {
	font-size: 36px;
  }
  .podcast-story-text p {
	font-size: 18px;
    width: 70%;
  } 
}

  @media screen and (max-width: 767px)  {
  .podcast-story-text h2 {
	font-size: 32px;
  }
}

