.orientation-msg-container {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  background-color: #000;
}

.orientation-msg-text {
  background-image: url("rotate.png");
  background-repeat: no-repeat;
  position: fixed;

  top: 80%;

  width: 100%;
  height: 100%;
  font-size: 40px;
  font-family: "Arial";
  color: rgb(255, 255, 255);
  text-align: center;

  -webkit-transform: translate(15%, -50%);
  -moz-transform: translate(15%, -50%);
  -ms-transform: translate(15%, -50%);
  transform: translate(15%, -50%);


}

.orientation-msg-text img {
  width: 80%;
}

@media (max-width: 767px) {
  .orientation-msg-text {
    font-size: 30px;
  }
}


@media (max-width: 500px) {
  .orientation-msg-text {
    font-size: 30px;
  }
}








/* .orientation-msg-container {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  background-color: #000;
}

.orientation-msg-text {
  max-width: 50%;
  max-height: 70%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .orientation-msg-text {
    font-size: 30px;
  }
}


@media (max-width: 500px) {
  .orientation-msg-text {
    font-size: 30px;
  }
} */