body,
html {
  height: 100%;
}

/* panzoom wrapper div */
#wrapper {
  padding-left: 0;
  background: #222222;
  height: 100%;
  width: 100%;
  overflow: hidden;
  /*no scrollbars*/
  border: 0px;
}

#plupload_filelist {
  width:      100%;
  height:     100%; 
  z-index:    10;
  top:        0; 
  left:       0; 
  position:   fixed; 
  display: block;
}
body {
  overflow: hidden;
  background: #232323;
  color: #333666;
}

section {
  text-align: center;
  height: 100%;
  border: 0px;
}
* {
  margin: 0;
  padding: 0;
}
.panzoom-parent {
  border: 0px;
  height: 100%;
}

.panzoom-parent .panzoom {
  background: #323232;
  display: inline-block;
  position: relative;
  top: 0%;
  left: 0%;
  

   /* width: max-content;
  aspect-ratio: 1 / 1; */
}

.unselectable {
  box-sizing: border-box;
  position: absolute;
}

@import url('https://fonts.cdnfonts.com/css/bahnschrift');

#add_button {
  padding: 0vh 0vh;
  font-size: 0vh;
  display: block;
  border: none;
  outline: none;
}

@media (orientation: portrait) {
  #add_button {
    display: none;
    position: fixed;
    font-family: 'Bahnschrift', sans-serif;
    top: 2vh;
    right: 3vw;
    z-index: 99;
    font-size: 3vh;
    border: none;
    outline: none;
    background-color: transparent;
    color: #606060;
    cursor: pointer;
    padding: 0.5vh 2vh;
    border-radius: 4px;
    display: block;
  }
}

#add_button:hover {
  color: #505050;
}

#paste_button {
  position: fixed;
  font-family: 'Bahnschrift', sans-serif;
  top: 2vh;
  right:48vw;
  z-index: 99;
  font-size: 3vh;
  border: none;
  outline: none;
  background-color: transparent;
  color: #404040;
  padding: 0.5vh 0vh;
  display: block;
}

@media (orientation: portrait) {
#paste_button {
    float:right; clear:right;
  position: fixed;
  font-family: 'Bahnschrift', sans-serif;
  top: 2vh;
  right:2vw;
  z-index: 99;
  font-size: 3vh;
  border: none;
  outline: none;
  background-color: transparent;
  color: #404040;
  padding: 0.5vh 0vh;
  display: block;
}
}
#upload_info {
    display: none;
    position: fixed;
    font-family: 'Bahnschrift', sans-serif;
    bottom: 2vh;
    right: 2vw;
    z-index: 99;
    font-size: 1.9vh;
    border: none;
    outline: none;
    background-color: transparent;
    color: #ffffff;
    display: block;
}

#centerbut {
    padding: 0vh 0vh;
    font-size: 0vh;
    display: block;
    border: none;
    outline: none;
}
#centerbut1 {
    padding: 0vh 0vh;
    font-size: 0vh;
    display: block;
    border: none;
    outline: none;
}
@media (orientation: portrait) {
  #centerbut {
    display: none;
    position: fixed;
    font-family: 'Bahnschrift', sans-serif;
    top: 2vh;
    left: 0;
    z-index: 99;
    font-size: 3vh;
    border: none;
    outline: none;
    background-color: transparent;
    color: #404040;
    cursor: pointer;
    padding: 0.5vh 2vw;
    border-radius: 2%;
    display: block;
  }
}
@media (orientation: portrait) {
  #centerbut1 {
    display: none;
    position: fixed;
    font-family: 'Bahnschrift', sans-serif;
    top: 9vh;
    left: var(--space);
    z-index: 99;
    font-size: 5vh;
    border: none;
    outline: none;
    background-color: transparent;
    color: #404040;
    cursor: pointer;
    padding: 0.5vh 2vw;
    border-radius: 2%;
    display: block;
  }
}

