body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.embed-responsive {
  width: 75vw;
  max-height: 87vh;
}
@media (max-width: 768px) {
  .embed-responsive {
    width: 100vw;
    max-height: 50vh;
  }
}

.row {
  padding: 0 !important;
  padding-top: 5vh !important;
  justify-content: center;
  align-items: center;
}

footer {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  padding-top: 1vh;
  padding-bottom: 1vh;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}
footer ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  footer ul {
    flex-direction: row;
  }
}
@media (max-width: 500px) {
  footer ul {
    flex-direction: column;
    text-align: center;
  }
}
footer ul li {
  padding: 1rem;
}
@media (max-width: 768px) {
  footer ul li {
    padding: 0.25rem;
  }
}
footer ul li img {
  max-height: 1.5rem;
}
footer ul li a {
  color: #202f5a;
}

main {
  min-width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  position: relative;
}

/*# sourceMappingURL=video.css.map */
