@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: url("../../assets/img/A%20Clockwork%20Orange%20(1971)%201080p.BluRay.H264.AAC-RARBG-f002696-bak_upscayl_4x_realesrgan-x4plus.webp") center / cover no-repeat fixed;
}

