.ord_button {
    background-color: #fc0a10;
    color: #fff !important;
    display: inline-block;
    padding: 10px 20px;
    font-size: 25px !important;
    box-shadow: 2px 3px 8px #999;
    text-decoration: none !important;
    border-radius: 8px;
    border: 3px solid #fff;
    margin: 20px 0 30px;
    line-height: 27px;
    text-transform: uppercase;
    transition: all .3s ease-in 0;
    display: block;
    width: 250px;
    max-width: 100%;
    margin: auto;
    text-align: center
}

.ord_button:hover {
    background: #ca0a10
}

.screenLock {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none
}

.modalx {
    position: absolute;
    width: 627px;
    height: auto;
    top: 40px;
    left: 50%;
    margin-left: -300px;
    background: #fff;
    border: 1px solid #eee;
    padding: 20px
}

.modalx h1 {
    color: #000;
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px
}

.modalx h2 {
    color: #000;
    text-align: left;
    font-size: 18px;
    margin-left: 40px;
    margin-bottom: 30px;
    margin-top: -10px
}

.close {
    position: absolute;
    top: 16px;
    right: 18px;
    font-size: 20px;
    cursor: pointer;
    color: black
}

.ouimain-img {
    float: left;
    padding-right: 20px
}

.clearfix {
    clear: both
}

.fig {
    text-align: center
}

.mob-only {
    display: none
}

@media screen and (max-width:659px) {
    .ouimain-img {
        float: none;
        display: block;
        max-width: 60%;
        margin: auto;
        padding-right: 20px
    }
    .mob-only {
        display: block;
        max-width: 100%
    }
    .modalx {
        max-width: 100%;
        margin-left: auto;
        transform: translateX(-50%);
        height: auto;
        background: #fff
    }
    .modalx h2 {
        margin-left: 10px
    }
    .modalx h2:not(:nth-child(3)) {
        text-align: center
    }
    .ord_button {
        font-size: 16px !important
    }
}