.body {
  background-image: url('../images/zebra-bg.gif');
  background-position: 0%;
  background-size: cover;
}

.section {
  text-align: right;
  text-transform: none;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  text-decoration: none;
}

.link-block {
  color: #c5c5c5;
  text-align: right;
  text-transform: none;
  font-size: 20px;
  text-decoration: none;
  transition: color .2s;
}

.link-block:hover {
  color: #fff;
  text-decoration: none;
}

.text-block {
  text-decoration: none;
}

.body-2 {
  background-color: #000;
}

.video {
  height: auto;
  object-fit: cover;
  overflow: visible;
}

.youtube {
  object-fit: fill;
}

.html-embed {
  height: 100vh;
}

@media screen and (max-width: 767px) {
  .video {
    min-height: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-position: 0 0;
    background-repeat: repeat;
    background-attachment: fixed;
  }
}


