.sc-home-hero {
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: 0;
}

.sc-home-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.sc-home-hero .box-tout-main {
  height: 0;
  padding-bottom: 45%;
}

.sc-home-hero .box-tout-main:after {
  content:'';
  position: absolute;
  top:0;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiâ€¦3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=) 0 0/102%;
  background-image: linear-gradient(to bottom,transparent 30%,rgba(0,0,0,.55) 100%);
  
}

.sc-home-hero .hero-content {
  max-width: 1600px;
  padding: 0 3em;
  position: absolute;
  left:0;
  right: 0;
  margin: auto;
  bottom: 10%;
  z-index: 5;
}

.sc-home-hero .hero-content .show-logo{
  width: auto;
  height: auto;
  display: block;
  max-width: 320px;
}

.sc-home-hero .hero-content .show-logo img{
  width: auto;
  height: auto;
  display: block;
  max-height: 140px;
}


.sc-home-hero .call-to-action{
  margin-top: 1em;
}

.sc-home-hero .call-to-action h2{
  font-family: 'BentonSansExtraComp', sans-serif;
  font-weight: normal;
  font-size: 3.5em;
  text-transform: uppercase;
  margin: 0;
}

.sc-home-hero .counts{
  font-size: 1.15em;
}

.sc-home-hero .counts .episode-count{
  font-weight: bold;
}

.sc-home-hero .tune-in{
  position: absolute;
  display: inline-block;
  font-size: 1.65em!important;
  color: #fff;
  right: 1.85em;
  bottom: 0;
}

@media all and (max-width: 979px){

  .sc-home-hero {
    margin-bottom: 2em;
  }

  .sc-home-hero .box-tout-main {
    padding-bottom: inherit;
    height: auto;
  }

  .sc-home-hero .box-tout-main:after{
    display: none;
  }

  .sc-home-hero .background-image:after{
    content:'';
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiâ€¦3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=) 0 0/102%;
    background-image: linear-gradient(to bottom,transparent 30%,rgba(0,0,0,1) 100%);
  }

  .sc-home-hero .hero-content .show-logo {
    max-width: 60%;
  }

  .sc-home-hero .hero-content .show-logo img{
    max-height: 60px;
    width: auto;
  }

  .sc-home-hero .hero-content {
    position: relative;
    bottom: inherit;
    z-index: 5;
    margin-top: 1em;
    padding: 0 .75em;
  }

  .sc-home-hero .tune-in {
    position: relative;
    display: inline-block;
    font-size: 1.35em!important;
    color: #fff;
    right: inherit;
    bottom: inherit;
    top: inherit;
    margin-top: .5em;
  }

  .sc-home-hero .call-to-action h2{
    font-size: 2.85em!important;
  }

  .sc-home-hero .counts {
    font-size: 1.4em;
  }
}

@media all and (max-width: 767px){
  .sc-home-hero .call-to-action h2{
    font-size: 2.5em!important;
    line-height: 1em!important;
  }

  .sc-home-hero .counts {
    font-size: 1.1em;
  }

  .sc-home-hero .tune-in {
    font-size: 1.15em!important;
  }
}


