html, body, .banner {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #fff; }

.banner {
  overflow: hidden;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.banner, .banner *, .banner:after, .banner:before {
  box-sizing: border-box; }

.video-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #e4e4e4; }

.video, .fallback {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fallback {
  background-size: cover;
  opacity: 0; }

.landscape .fallback {
  background-image: url(backup_la.jpg); }

.portrait .fallback {
  background-image: url(backup_pt.jpg); }

/*BREAKS*/
@media (orientation: portrait) {
  .video {
    -o-object-position: 50% 50%;
       object-position: 50% 50%; }
  .fallback {
    background-position: 50% 50%; } }

@media (max-width: 760px) and (orientation: portrait) {
  .logo {
    width: 21%;
    top: 4%;
    right: 6%; }
  .copy {
    font-size: 20px; }
  .deck {
    font-size: .7em; } }

@media (max-width: 340px) {
  .logo {
    width: 80px;
    height: 80px; }
  .copy {
    font-size: 18px; } }

/*SUPPORT*/
@media (min-aspect-ratio: 16 / 9) {
  .video {
    height: 300%;
    top: -100%; } }

@media (max-aspect-ratio: 16 / 9) {
  .video {
    width: 300%;
    left: -100%; } }

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; } }

/*EDGE FIX FOR NOT SUPPORTING OBJECT-FIT ON VIDEO*/
@media (min-aspect-ratio: 16 / 9) {
  _:-ms-lang(x), _:-webkit-full-screen, .video {
    height: 300%;
    top: -100%; } }

@media (max-aspect-ratio: 16 / 9) {
  _:-ms-lang(x), _:-webkit-full-screen, .video {
    width: 300%;
    left: -100%; } }

.video::-webkit-media-controls-start-playback-button, .video::-webkit-media-controls {
  display: none !important;
  -webkit-appearance: none; }

/*
video {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}
*/
.break {
  display: inline-block; }

.banner {
  cursor: pointer; }

.pixels {
  position: absolute;
  left: 0;
  top: 0; }
