.no-rotate{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: black;
    font-size: 6dvh;
    line-height: 1;
}
.no-rotate div{
    width: 200px;
    height: 200px;
    max-width: 45dvw;
    max-height: 35dvh;
    margin-bottom: 2dvh;
}
.no-rotate img{
    width: 100%;
    height: auto;
    max-height: 100%;
}
.no-rotate p{
    margin: 0;
}
@media (orientation: landscape) {
    .no-rotate{
      display: flex;
    }
}