@charset "UTF-8";


body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 62.5%;
  color: #404040;
  margin: 0;
  background-color: #ffffff;
  scroll-behavior: smooth;
  height: 100%; }

html {
  min-height: 100%;
  scroll-behavior: smooth; }

body {
  margin: 0; }

.videoPlayerResponsive {
  /* 16:9 */
  height: 0;
  width: 100%; }

  .videoPlayerResponsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }