.sc-extras-tout {
  overflow: hidden;
  margin-bottom: 1em;
  border-bottom: 0;
}

@media all and (max-width: 767px){
 .sc-extras-tout {
    margin-bottom: 1em;
  }
}

.sc-extras-tout img {
  width: 100%;
  height: auto;
  display: block;
}

.sc-extras-tout .extras-tout {
  height: 0;
  padding-bottom: 54%;
}

.sc-extras-tout .extras-tout: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 60%,rgba(0,0,0,1) 90%);
  
}

.sc-extras-tout .tout-content {
	padding: 0 1.5em;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 1.5em;
	z-index: 5;
}

@media all and (max-width: 767px){
  .sc-extras-tout .tout-content {
    padding: 0 .75em;
    bottom: 1em;
  }
}

.sc-extras-tout .tout-content .show-logo{
  width: auto;
  height: auto;
  display: block;
  max-width: 320px;
  max-height: 55px;
}

.sc-extras-tout .text{
  margin-top: 1em;
}

.sc-extras-tout .text h3{
	font-size: 1.75em;
  line-height: 1.1em;
	margin: 0 0 .25em 0;
}

.sc-extras-tout .label{
    color: #ed6300;
    font-weight: bold;
    font-size: 1.25em;
    margin-top: .5em;
}

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



@media all and (max-width: 767px){
  .sc-extras-tout .text h3{
    font-size: 1.5em!important;
  }

  .sc-extras-tout .label {
    font-size: 1em;
	}


.sc-extras-tout .extras-tout:after {
	background-image: linear-gradient(to bottom,transparent 45%,rgba(0,0,0,1) 100%);
}

	

}


