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

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

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

.sc-video-tout .video-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-video-tout .tout-content {
	padding: 0 1.5em;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 1.5em;
	z-index: 5;
}

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

.sc-video-tout .video-title{
  width: 100%;
}

.sc-video-tout .video-title h3{
  font-family: 'BentonSansExtraComp', sans-serif;
  font-size: 2.25em;
  line-height: 1em;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .025em;
}

.sc-video-tout .season-ep{
  color: #fff;
  font-weight: normal;
  font-size: 1.35em;
  margin-bottom: .1em;
}

.sc-video-tout .time-left{
  position: relative;
  bottom: 0;
  right: inherit;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25em;
  margin-top: .5em;
}



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

  .sc-video-tout .time-left {
    font-size: .85em;
    line-height: 1.1em;
    margin-top: .25em;
  }

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


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

  .sc-video-tout .tout-content {
    padding: 0 .75em;
    bottom: 1em;
  }
	

}


