
body {
  font-family: 'Square721BT-Roman',Arial,Helvetica,sans-serif;
  line-height: 1.4;
  color: #F8CE31;
  font-size: 16px;
  min-height: 100vh;
  height: 100vh;
  background-image: url(../img/bg_mask.svg),url(../img/bg.jpg);  
  background-repeat: no-repeat, no-repeat;   
  background-attachment: fixed, fixed;  
  background-size: cover, cover;  
  background-position: center center, center center;  
}

a, a:link, a:visited, a:hover {
  color: inherit;
  text-decoration: none;
}

#page {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  height: 100%;
  width: 100%;
  max-width: 862px;
  padding: 0 20px;
  margin: 0 auto;
}

header {
  padding: 40px 0 0 0;
}

#logo {
  text-align: center;
}

main {
  width: 100%;
  padding: 40px 0;
}

.video {
  background-color: #000000;
  background: linear-gradient(90deg, #000000 20%, #383838 100%);
  border: 4px solid #b5b9bc;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-box-shadow: 0 0 12px 4px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 12px 4px rgba(0,0,0,0.4);
  box-shadow: 0 0 12px 4px rgba(0,0,0,0.4);
}

.video-inner {
  padding: 24px;
  width: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
}

.player {
  width: 100%;
  height: calc((766px / 16 * 9));
}

.player video {
  width: 100%;
  height: 100%;
}

footer {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 30px 0;
}

.links {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  align-content: center;
}

.links > a {
  display: block;
  margin: 0 10px 0 0;
}

.links > a:last-child {
  margin: 0;
}

.links > a:after {
  content: '|';
  padding: 0 0 0 10px;
}

.links > a:last-child:after {
  content: '';
  padding: 0;
}

.sm {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: nowrap;
  flex-flow: nowrap;
  align-content: center;
}

.sm > a {
  display: block;
  margin: 0 0 0 10px;
}

.sm img {
  width: 30px;
  display: block;
}