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

