.jarallax{
    height: 500px;
}
.row-table{
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.box-glassy-wrap{
    height: 95%;
}
.box-glassy{
    width: 80%;
    margin: 0 auto;
    padding: 40px 60px;
    text-align: center;
    direction: rtl;
    background: #ffffff9c;
    color: #080808;
    /* background: #000000c7;
    color: #b9b9b9; */
}
.box-glassy p{
    color: #040404;
    line-height: 27px;
    font-weight: bold;
}
@media (max-width:990px){
    .jarallax{
        height: auto;
    }
}