#site-header {
  margin-top: 50px;
  height: 300px;
  min-height: 250px;
  letter-spacing: 1.2px;
  text-shadow: 2px 2px 5px #000;
}

#site-header h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

section#watch .thumbnail h3 {
  margin: 0;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

section#watch .thumbnail h3:hover {
  white-space: initial;
}

section#watch .thumbnail p {
  margin: 0;
}

.social-alert {
  background: #f4f4f4;
  color: #666;
  border: 0;
}
