@import "fontface.css";
* {
  margin: 0;
  padding: 0;
}

body {
  background: #000;
  color: #000;
  font-family: "DB Heavent";
  font-size: 1.875vw;
  line-height: 1;
}
@media (max-width: 991px) {
  body {
    font-size: 4.9479166667vw;
  }
}

#player {
  z-index: 50;
  width: 26.0416666667vw;
  height: 14.7395833333vw;
  position: absolute;
  top: 4.4270833333vw;
  left: 7.8125vw;
  border: 5px solid #fff;
}
@media (min-width: 992px) and (max-width: 1480px) {
  #player {
    bottom: 0.78125vw;
  }
}
@media (max-width: 991px) {
  #player {
    width: 71.6145833333vw;
    height: 40.625vw;
    bottom: auto;
    top: 52.0833333333vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.pic {
  display: block;
  overflow: hidden;
}
.pic img {
  display: block;
  width: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.box__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  width: 100%;
  position: absolute;
  bottom: 3.125vw;
  left: 0;
}
@media (min-width: 992px) and (max-width: 1480px) {
  .box__btn {
    bottom: 1.0416666667vw;
  }
}
@media (max-width: 991px) {
  .box__btn {
    bottom: auto;
    top: 135.4166666667vw;
  }
}

.btn-link {
  background: #fff;
  color: #000;
  display: block;
  line-height: 4.1666666667vw;
  padding: 0 2.34375vw;
  text-align: center;
  text-decoration: none;
  height: 4.1666666667vw;
  border-radius: 4.1666666667vw;
}
@media (max-width: 991px) {
  .btn-link {
    line-height: 10.4166666667vw;
    padding: 0 5.859375vw;
    height: 10.4166666667vw;
    border-radius: 10.4166666667vw;
  }
}
.btn-link a,
.btn-link a:hover {
  color: #000;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */