#specialcontent {
margin:0;
width:100%;
float:left;
padding:10px 0;
}
.full {
    text-align: center;
    font-size: 9em;
    color: #fff;
    background-color: #111;
    margin:10px 20px;
	padding:10px 0;
	min-height:100px;
    width: auto;
	color:#fff;
    font-family: 'Knockout 29 A', 'Knockout 29 B';
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}
.two {
}
.full.span {
	width:100%;
	position:absolute;
	left:0px;
}
.initial {
	
}
.hover {
	display:none;
}
.half {
	color:#fff;
}
.half:hover,
.full:hover {
	background:#fff;
	color:#111;
	cursor:pointer;
}
.full:hover .hover {
	display:block;
}
.full:hover .initial {
	display:none;
}

.two.third {
	width:66%;
}


@media all and (max-width:899px) and (min-width:200px) {
	#watch .inner {
	  background-position:70% -100px;
	}

.full {
  text-align: center;
  font-size: 3em;
  color: #fff;
  background-color: #111;
  margin: 10px 20px;
  padding: 10px 0;
  min-height:35px;
  width: auto;
  color: #fff;
  font-family: 'Knockout 29 A', 'Knockout 29 B';
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
}