body {
  background-color: #333;
  margin: 0;
  padding: 0;
}
.container {
  width: 100%;
  height: 100vh;
  margin: auto;
}
.fullscreen {
  background-color: #333;
}
.tbox {
  display: none !important;
}

/* @media screen and (max-width: 639px) {
  .container {
    width: 104%;
    margin: auto;
    margin-left: -2%;
  }
} */

.modal-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(35,24,21,0.6);
  z-index: 9999;
  padding: 20px;
}
.modal-visible {
  display: flex;
}
.modal-content {
  position: relative;
  max-width: 624px;
  width: 100%;
  max-height: 100%;
}
.modal-content img {
  display: block;
  max-width: 100%;
  height: auto;
}