#mainbody .video-filters {
  text-align: center;
  margin-bottom: 50px;
}
#mainbody .video-filters #search-input,
#mainbody .video-filters .filterToggle {
  display: inline-block;
}
#mainbody .cat-container {
  margin-top: 50px;
}
#mainbody .page-header h3.cat-title {
  font-weight: 600;
  margin-bottom: 10px;
}
#mainbody .page-header p:last-child {
  margin-bottom: 10px;
}
#mainbody .video {
  margin-bottom: 30px;
}
#mainbody .videoBox {
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.1s ease;
}
#mainbody .videoBox:hover {
  box-shadow: 0px 0px 10px rgba(178, 31, 36, 0.2);
}
#mainbody .videoBox a {
  text-decoration: none;
  position: relative;
  display: block;
  text-align: center;
}
#mainbody .videoBox a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../png/video-play.png") center center no-repeat scroll rgba(0, 0, 0, 0.2);
}
#mainbody .tags {
  margin-bottom: 10px;
  color: #525252;
}
#mainbody .tags p {
  margin-bottom: 0;
}
#mainbody .products_logos img {
  width: 24px;
  margin-left: 10px;
}
#mainbody h4 {
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 10px;
}
#mainbody h4.modal-title {
  margin-bottom: 0;
}

.videos-mod .video-title {
  line-height: 1.3em;
  font-size: 24px;
}
.videos-mod .modal-dialog .modal-title {
  font-size: 24px;
}