body, html {
     overflow: hidden; /* Hide scrollbars */
}

.wrapperDiv {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.fullimage {
  height: auto;
  max-height: 1000px;
  max-width: 1000px;
}
