@font-face {
  font-family: 'DIN OT';
  src: url("font/hinted-subset-DINOT-Bold.eot");
  src: local("DIN OT Bold"), local("DINOT-Bold"), url("font/hinted-subset-DINOT-Bold.eot?#iefix") format("embedded-opentype"), url("font/hinted-subset-DINOT-Bold.woff2") format("woff2"), url("font/hinted-subset-DINOT-Bold.woff") format("woff"), url("font/hinted-subset-DINOT-Bold.ttf") format("truetype"), url("font/hinted-subset-DINOT-Bold.svg#DINOT-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* line 1, ../scss/base/_reset.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: 'Helvetica Neue', sans-serif;
  background: black;
}

/* line 13, ../scss/base/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 34, ../scss/base/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 38, ../scss/base/_reset.scss */
body {
  line-height: 1;
}

/* line 41, ../scss/base/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 44, ../scss/base/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 47, ../scss/base/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 52, ../scss/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 57, ../scss/base/_reset.scss */
* {
  animation-duration: 1.2s !important;
}

/* line 1, ../scss/base/_class.scss */
.screen {
  max-width: 1080px;
  max-height: 1920px;
  position: relative;
  width: 1080px;
  height: 1920px;
  overflow: hidden;
  transform-origin: left top;
  transform: scale3d(calc( 256/1080), calc( 448/1920 ), 1);
}

.screen video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
