#webtv {
  background-color: #F15A24;
  padding: 0.2em 0.5em;
  position: relative;
}

#webtv:after {
  content: " ";
  display: block;
  clear: both;
}

#webtv .website-title {
  font-size: 1.8em;
  text-align: center;
}

#webtv article {
  padding: 0.2em;
}

#webtv article:nth-child(n+3) {
  width: 50%;
  display: block;
  float: left;
  word-wrap: break-word;
  height: 206px;
}

#webtv article:nth-child(2) img {
  display: block;
  margin: 0 auto;
}

#webtv article a span {
  width: 100%;
  text-align: center;
  display: block;
  color: #fff;
}

#webtv a.more {
  width: 100%;
  color: #fff;
  text-align: right;
  display: block;
  padding-right: 0.3em;
  border-top: 1px solid #fff;
  font-weight: 700;
}

#webtv a.more:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  bottom: 3px;
}

@media only screen and (min-width: 64em) {

  #webtv article:nth-child(n+3) {
    height: 188px;
  }

}
