@media only screen and (max-width:1700px){
    .message-content{max-width:93%;}
}
@media only screen and (max-width:1600px){
    .message-content{max-width:91%;}
}
@media only screen and (max-width:1440px){
    .message-content{max-width:92%;}
}