.orientation-msg-container {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  background-color: #000;
  z-index: 10;


}

.orientation-msg-img {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%) scale(0.75);
}
