.rotate-message {
  display: none;
}

@media screen and (max-width: 767px) {
  .rotate-message {
    display: block;
    /* Add styles for the message, such as position, background, text color, etc. */
  }
}
