body {
  background: #e9e9e9;
}

.container {
  max-width: 1000px;
}

p.borderBelow {
  margin: 0 0 1.5em 0;
  padding: 0 0 1.5em 0;
}

video {
  background: #adadad;
  height: 360px;
  margin: 0 0 20px 0;
  vertical-align: top;
  width: 480px;
}

.op-0 {
  opacity: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
}

.text-right {
  text-align: right;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
