.g-monkey-mart-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #272727;
}
.g-monkey-mart-iframe {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 99.9%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  position: absolute;
}
