#page-locker {
    width: 100%;
    height: 100%;
    position: fixed;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.4);
    z-index: 9999;
    padding: 20px;
    display: block;
}

.page-locker-inner {
    background-color: rgba(255,255,255,1);
    border: 1px solid #373B76;
    padding: 50px 50px;
}

#page-locker div{
    display: block;
}

#page-locker .warning-icon{
    display: flex;
    justify-content: center;
    padding: 20px;
}

#page-locker .warning-icon div{
    font-size: 6vw;
    line-height: 10vw;
    text-align: center;
    background-color: #d32535;
    color: #fff;
    border-radius: 50%;
    width: 10vw;
    height: 10vw;
}

@media (orientation: portrait) {
    #page-locker .warning-icon div {
        font-size: 14vw;
        line-height: 26vw;
        width: 26vw;
        height: 26vw;
    }
}

#page-locker .warning-message{
    text-align: center;
    color: #d32535;
}

.footer-text {
    text-align: center;
}