.vod-cat div.title, div.title {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

.vod-related div.title{
  display: none;
}
@media only screen and (max-width: 768px) {

    .vod-related div.title{
      	display: block;
      	border-left: 5px solid #c60d1f;
      	padding-left: 10px;
      	font-size: 1.3em;
      	margin-top: 0;
      	font-family: inherit;
        font-weight: 500;
      	line-height: 1.1;
        margin-bottom: 10px;
    }

  }
}