html {
  background: url("/KRyFTO.jpg") center center fixed no-repeat;
  background-size: cover;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  float: left;
}

a {
  text-decoration: none;
}

.popup {
  background: rgba(0,0,0,0.8);
  display: block;
  position: relative;
  z-index: 999;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.close {
  background: url('/close.png') no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  float: right;
  top: 20px;
  right: 20px;
  position: absolute;
}

.video {
  padding: 50px;
  height: 90%;
}

.play {
  color: #fff;
  font-size: 30px;
  border: 2px solid #fff;
  padding: 0;
  /*margin: 35% auto 0;*/
  width: 200px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social {
  list-style: none;
  float: right;
  margin: 30px 60px ;
}

.social li {
  display: inline;
}

.social li a {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  font-size: 30px;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
  .play {
    font-size: 48px;
    width: 360px;
  }
  .video {
    padding: 70px 10px 10px;
    height: 500px;
  }

  .social li a {
    padding: 0 14px;
    font-size: 40px;
  }
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
  .play {
    font-size: 64px;
    width: 420px;
  }
  .video {
    padding: 70px 10px 10px;
    height: 500px;
  }
  .social li a {
    padding: 0 20px;
    font-size: 64px;
  }
}