@media screen and (orientation: portrait) {
  .rotate-device-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background-color: #000000;
  }

  .rotate-device-content-top {
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
    margin-top: 16px;
    margin-right: 16px;
  }

  .rotate-device-content-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Inter";
    font-size: 56px;
    font-weight: bold;
    color: #efefef;
  }

  .device-img {
    width: 120px;
    height: 120px;
  }
}
