.videoSection {
    height: 100%;
    width: 100%;
  }

video {
  width: 100%;
}

.helpText {
  margin-top: 0px;
  margin-bottom: 0.1em;
}

/* Mobile devices */
@media (max-width: 768px) {
  .hideInMobile{
    display: none;
  }
}