.desktop .rotate {
    width: 100vw;
    height: 100vh;
    background: #000;
    position: fixed;
    z-index: 9999999;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.desktop .rotate img {
    width: calc(90%);
    max-width: 200px;
}

.desktop .rotate .rotate-text {
    color: #FFF;
    font-family: Luckiest Guy;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px;
    margin-top: 50px;
    max-width: calc(90vw);
}