body,
div,
html,
img,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Arial;
  user-select: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -ms-tap-highlight-color: transparent;
  -ms-touch-action: none;
}
body {
  background-color: #000;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
::selection {
  background: rgba(0, 0, 0, 0);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0);
}
img {
  display: block;
}
#container {
  overflow: hidden;
  background-image: url(../framework/null.gif);
  box-sizing: border-box;
  position: absolute;
  width: 2360px;
  height: 1640px;
  left: 50%;
  top: 50%;
}
#slideContainer {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.slide {
  background-image: url(../framework/null.gif);
  display: none;
}
