@media (max-width: 384px) {
  .placeitsmall {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
  }
}

@media (min-width: 385px) {
  .placeit {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
  }
}

.bodyprops {
  background: radial-gradient(#ea5907, #141115);
}

.sethite {
  height: 100%;
}

