@charset "UTF-8";

.topLogo {
  padding-top: 8px;
  height: auto;
  width: 100%;
  height: 122px;
}

.topVideo {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
  max-width: 1020px;
}

@media screen and (min-width: 769px) {
  .topLogo {
    display: none;
  }
}
