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

@media (max-width: 380px) {
  .rotate {
    transform: rotate(90deg) scale(1.50) scaleX(1.10) scaleY(0.30);
    width: 95%;
    height: 93vh;
  }
}

.bodyprops {
  background: var(--bs-emphasis-color);
}

