body {
    color: #000;
    background-color: #000;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body .body-inner {
    padding: 0;
    margin: 0;
}


.centerit {
    max-width: 3600px;
    max-height: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

img {
  display: block;
  max-width:3600px;
  max-height:1875px;
  width: auto;
  height: auto;
}