@font-face {
  font-family: 'Novecentosanswide-Medium';
  src: url('Novecentosanswide-Medium.eot?#iefix') format('embedded-opentype'),  url('Novecentosanswide-Medium.otf')  format('opentype'),
	     url('Novecentosanswide-Medium.woff') format('woff'), url('Novecentosanswide-Medium.ttf')  format('truetype'), url('Novecentosanswide-Medium.svg#Novecentosanswide-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

body, html {
  background: #fff;
  margin: 0;
  height: 100%;
}
#b {
  max-width: 360px;
  position: absolute;
  top: 0;
  left: 0;
}


#bb {
  padding: 20px;
}
b, i, u {
  color: #fff;
  background: #308BE5;
  display: inline-block;
  font: normal 14px 'Novecentosanswide-Medium', sans-serif;
  text-transform: lowercase;
  padding: 0px 4px 3px;
  margin: 2px 0px;
  text-decoration: none;
}
.bm b {
  background: #E57C30;
}
i {
  background: #666;
  font-size: 14px;
}
u {
  background: #999;
  font-size: 14px;
}
#s1 {
  color: #333;
  display: inline-block;
  font: normal 14px 'Novecentosanswide-Medium', sans-serif;
  margin-top: 20px;
}
#s1 a {
  text-decoration: none;
  color: #333;
}
#s1 a:hover {
  text-decoration: underline;
}


#v {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
video {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}



@media (max-width: 500px) {
  video {
    left: -250px;
    width: 1000px;
  }
}
@media (min-width: 700px) {
  #b {
    transform: scale(1.3);
    transform-origin: left top;
  }
}
@media (min-width: 1200px) {
  #b {
    transform: scale(1.5);
    transform-origin: left top;
  }
}

