
html {
  background: url("../images/plexxx_she_looks_so_good_crop.png") no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 100%;
  overflow: hidden;
}

.yt {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video {

}