@-ms-viewport {
    width: device-width;
}

body {
    -ms-overflow-style: scrollbar;
}

body {
    background: #111111;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1280px;
    height: 596px;
    margin-top: -298px;
    margin-left: -640px;
}
