p,
a {
  line-height: 1.4em;
  color: #77787a;
}
.statment {
  font-size: 1.5rem;
}
body {
  overflow-x: hidden;
}
.lead a {
  text-decoration: none;
}
.lead a:hover {
  text-decoration: none !important;
  color: inherit;
  pointer-events: none;
}

.video-link {
  width: 100%;
  height: 100%;
}

.embed-responsive-16by9::before{
  padding: 30%;
}


@media only screen and (max-width: 768px) {
  .statment {
    font-size: 1.2rem;
    line-height: 1.2em;
  }
  .embed-responsive-16by9::before{
  padding: 75%;
}
}

@media (min-width: 1200px) {
  .statment {
    max-width: 1300px;
  }
}
