/* r4g popup*/
.popup-content{
    background-color: #fff;
    padding: 24px 80px;
}
.popup-content .text {
    font-size: 16px;
    line-height: 30px;
    color: #404040;
}
.modal-popup .thumbnail{
    display: none;
}
@media only screen and (max-width: 768px){
    .dashboard-message-text {
        width: 90%;
    }
    /* r4g popup*/
    .modal-popup .image{
        display: none;
    }
    .modal-popup .thumbnail{
        display: block;
    }
    .modal-popup .popup-content{
        padding: 24px;
    }
}
