.show-sponsors-wrapper {
  position: absolute;
  top: 35px;
  right: 40px;
  overflow: visible;
}

.show-sponsor {
  width: 120px;
  height: 90px;
  line-height: 90px;
  color: #fff;
  float: right;
  margin-left: 5px;
  font-size: 10px;
  text-align: center;
  position: relative;
  overflow: visible;
}
.show-sponsor .heading {
  position: absolute;
  top: -14px;
  left: 0;
  display: block;
  line-height: 12px;
  width: 120px;
  text-align: center;
}

body.single-shows header {
  margin-bottom: 0px;
}

body.single-shows #main-body {
}

.show-mobile-header, .show-tablet-header, .show-title-header-tablet, .show-title-header-mobile {
  display: none;
}



/*show-hero*/

.show-hero {
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: 0;
  background: #000;

}

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

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

.show-hero .box-tout-main:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top,transparent 73%,rgba(0,0,0,.85) 100%);
  z-index: 2;
  
}

.show-hero .box-tout-main:after {
  content:'';
  position: absolute;
  top:0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom,transparent 75%,rgba(0,0,0,0.85) 100%);
  z-index: 1;
}

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

@media all and (max-width: 979px){
  .show-hero .hero-content {
    padding: 0 .75em;
  }

}

.show-hero .show-logo-desktop{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10%;
  z-index: 5;
  top: 5%;
  bottom: inherit;
  max-width: 440px;
}

.show-hero .show-logo-desktop img{
  width: auto;
  height: auto;
  display: block;
  max-height: 140px;
  margin: 0 auto;
}

.show-hero .hero-content .show-logo-mobile{
  width: auto;
  height: auto;
  display: none;
  max-width: 320px;
}

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


.show-hero .call-to-action{
  margin-top: 1em;
  max-width: 70%;
}

.show-hero .call-to-action h2{
  font-family: 'BentonSansExtraComp', sans-serif;
  font-weight: normal;
  font-size: 4em;
  text-transform: uppercase;
  margin: 0;
  color:#fff;
  letter-spacing: .01em;
}

.show-hero .video-icon:before{
  content: "\e902";
  font-family: 'sundancetv-icons';
  font-weight: normal;
  font-size: 1em;
  text-transform: uppercase;
  margin: 0 .25em 0 0;
  color:#fff;
}


.show-hero .tune-in{
  position: absolute;
  display: inline-block;
  font-size: 1.65em!important;
  color: #fff;
  right: 3em;
  bottom: .275em;
  max-width: 30%;
}

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

  .show-hero{
    padding-bottom: 2em;
  }

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

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

  .show-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%);
  }


  .show-hero .hero-content {
    position: relative;
    bottom: inherit;
    z-index: 5;
    margin-top: 1em;
  }

  .show-hero .tune-in {
    position: relative;
    display: inline-block;
    font-size: 1.15em!important;
    color: #fff;
    right: .25em;
    bottom: inherit;
    top: inherit;
    max-width: inherit;
    right: inherit;
    margin-top: .25em;
  }

  .show-hero .call-to-action{
    max-width: inherit;
  }

  .show-hero .call-to-action h2{
    font-size: 2.85em!important;
    line-height: 1em!important;
  }

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

}

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

  .show-hero .box-tout-main:before {
    display: none;
    
  }

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

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

  .show-hero .show-logo-desktop{
    display: none;
  }

  .show-hero .hero-content .show-logo-mobile{
    display: block;
  }

  .show-hero .call-to-action h2{
    font-size: 2.5em!important;
  }

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


