<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body {
  box-sizing: border-box;
}
.main {
  padding: 20px;
  background: -webkit-linear-gradient(black, #b60f52);
  /* For Safari 5.1 to 6.0 */
  background: linear-gradient(black, #b60f52);
  /* Standard syntax */
  height: 100%;
}
.main * {
  box-sizing: border-box;
}
.vid {
  margin-bottom: 20px;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  min-height: 50vw;
}
@media (min-width: 1024px) {
  .vid {
    min-height: 506px;
  }
}
.vid img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}
.vid .pre-release {
  width: 100%;
}
.lindsey,
.ana {
  cursor: pointer;
}
.stunt-player {
  display: none;
}
.temp-button {
  border: none;
  background: rgba(255, 255, 255, 0.9);
  content: "";
  display: block;
  border-radius: 50%;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 63px;
  height: 63px;
  z-index: 2;
  cursor: pointer;
}
.temp-button:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 16px solid black;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin-left: 2px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.vjs-ended.mobile .vjs-poster,
.vjs-paused.mobile .vjs-big-play-button {
  display: block !important;
}
.content {
  max-width: 900px;
}
@media (min-width: 1024px) {
  .content {
    margin: 0 auto;
    max-width: 1280px;
  }
}
.content .eric-andre-rnc {
  margin: 0 auto 20px;
  display: block;
}
.content .eric-andre-rnc .image-top {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .content .eric-andre-rnc .image-top {
    display: block;
    margin: 0 auto;
    max-width: 90%;
  }
}
.content .eric-andre-rnc .image-bottom {
  display: block;
  margin: 0 auto;
  max-width: 50%;
}
.content .eric-andre-rnc .image-bottom a {
  display: block;
}
@media (min-width: 1024px) {
  .content .eric-andre-rnc .image-bottom {
    display: block;
    margin: 0 auto;
    max-width: 1280px;
    margin-bottom: 2em;
  }
}
.watch-more {
  text-transform: uppercase;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  font-size: 1.5em;
  text-shadow: 1px 1px 0 #000;
  margin: 0 auto 1em;
}
@media (min-width: 1024px) {
  .watch-more {
    font-size: 2em;
    max-width: 1280px;
  }
}
.watch-more p {
  color: #d50000;
}
.watch-more span {
  color: #ffffff;
}
.footer {
  margin: auto;
  display: block;
  padding-top: 15px;
  margin-bottom: 3em;
}
</pre></body></html>