/*:root {
  --main-color: #e40033;
}*/

body{
  background-color: #e40033;
}

h1{
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 0 16px;
  line-height: 1.5;
}

.kv-wrap{
  min-height: calc(100vh - 36px);
  height: 100%;
  background-color: #e40033;
  background-image: url(../images/back.png);
  background-position: 10px 85%;
  background-size: 229px auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.kv-wrap.entrance{
  background: none;
}

.container{
  width: 30%;
  min-width: 455px;
  margin: 0 auto;
}

.kv{
  width: 100%;
  height: 0;
  padding-bottom: 128.5714%;
  
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  color: #fff;
  text-align: center;
}

.btn-wrap{
  font-size: 0;
  padding-top: 20px;
  padding-bottom: 70px;
}

.btn-wrap a{
  display: inline-block;
  width: 45%;
  font-size: 24px;
  font-weight: bold;
  line-height: 52px;
  padding: 0 20px;
  color: #e40033;
  text-align: center;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 90px;
          border-radius: 90px;
  -webkit-transition: background-color .2s ease-in;
     -moz-transition: background-color .2s ease-in;
      -ms-transition: background-color .2s ease-in;
       -o-transition: background-color .2s ease-in;
          transition: background-color .2s ease-in;
}

.btn-wrap a:first-child{
  margin-right: 5%;
}

.btn-wrap a:last-child{
  margin-left: 5%;
}

.btn-wrap a:hover{
  background-color: rgba(255,255,255,.8);
}

.player-frame,#videoPlayer{
  background-color: #272727;
  width: 80vw;
  height: 43.9512vw;
  max-width: 1024px;
  max-height: 562px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 20px;
}

.kv-banner{
  height: 36px;
  width: 100%;
  background-image: url(../images/banner.png);
  background-position: center top;
  background-size: auto 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  color: transparent;
  background-repeat: no-repeat;
}

footer{
  height: 36px;
  background-color: #272727;
  line-height: 36px;
  color: #FFF;
  font-size: 13px;
  text-align: center;
}

.player-container .text-wrap{
  text-align: center;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 24px;
}

.player-container .text-wrap h1{
  display: inline-block;
  margin-bottom: 16px;
}

.player-container .text-wrap a{
  font-size: 15px;
  display: inline-block;
  color: #e40033;
  background-color: #fff;
  padding: 8px 16px;
  -webkit-border-radius: 90px;
          border-radius: 90px;
  -webkit-transition: background-color .2s ease-in-out;
     -moz-transition: background-color .2s ease-in-out;
      -ms-transition: background-color .2s ease-in-out;
       -o-transition: background-color .2s ease-in-out;
          transition: background-color .2s ease-in-out;
  margin-bottom: 16px;
}

.player-container .text-wrap a:hover{
  background-color: rgba(255,255,255,.8);
}

@media screen and (max-width: 1024px){
  .kv-banner{
    /*height: 160px; */
  }

  .player-frame,#videoPlayer{
    width: 90vw;
    height: 49.4451vw;
  }  
}

@media screen and (max-width: 1024px) and (orientation: portrait){
  .container{
    width: 80%;
    min-width: 0;
  }
}

@media screen and (max-width: 768px){
  .container{
    width: 80%;
    min-width: 0;
  }
  .player-container .text-wrap{
    display: block;
    padding: 0 16px;
  }
}

@media screen and (max-width: 600px){
  h1{
    font-size: 15px;
  }
  .kv-wrap{
    min-height: calc(100vh - 36px);
  }  
  .container{
    width: 90%;
    min-width: 0;
  }
  .btn-wrap{
    width: 90%;
    margin: 0 auto;
  }
  .btn-wrap a{
    width: 48%;
    font-size: 20px;
    line-height: 48px;    
  }
  .btn-wrap a:first-child{
    margin-right: 2%;
  }

  .btn-wrap a:last-child{
    margin-left: 2%;
  }

  .kv-banner{
    /*height: 100px;*/
    /*margin-bottom: 2vw; */
    background-size: 90% auto;
  }

  .player-frame,#videoPlayer{
    width: 96vw;
    height: 52.7414vw;
  }   

  footer{
    font-size: 12px;
  }
}