/* Custom CSS Overrides */

/* Rotate Mask Styles */
#rotateMask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;

    text-align: center;
    white-space: normal;
    word-break: break-word;
    line-height: 1.4;

    font-size: 24px;
    color: white;
    box-sizing: border-box;
}

#rotateMask p {
    margin: 0 0 20px 0;
    font-size: 24px;
    color: white;
}

#rotateMask img {
    max-width: 60%;
    max-height: 50vh;
    object-fit: contain;
}
