.orientation-msg-container{
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    background-color: #000;
    z-index: 999;
}

.orientation-msg-text{
    font-size: 40px;
    line-height: 40px;
    font-family: "Arial";
    color: #fff;
    margin: 10%;
    text-align: center;
}

@media (max-width: 767px) {
    .orientation-msg-text{    
        font-size: 30px;
        line-height: 30px;  
    }
}