body {
  margin: 0;
  padding: 0;
  background: url(images/bg.jpg) no-repeat top center fixed;
  background-size: cover;
  overflow: hidden;
}

section {width: 100%;height: 100%;margin: 0 auto;text-align: center;padding:9em 0 0 0 ;}
.link {width: 100%;height: 100%;display: block;position: absolute;z-index: 1;}
.audio {width: 40px;height: 30px;z-index: 999;position: relative;left:0.5em;display: block;}
.video {width:605px;height:385px;margin:0 auto;overflow: hidden;}
.video video{height:320px;position: relative;z-index: 98;border:4px solid #cfbb8a;top:1em;}
.logo2 {position: fixed;bottom:20px;right:0;}
.rating {position: fixed;bottom:20px;left:0;}
.slogan {width: 100%;top:32em;display:flex;justify-content:center;}
.button {width: 100%;position: fixed;bottom:8%;display:flex;justify-content:center;animation-delay: .3s;}
i {color:#FFF;}