
@media screen and (min-width: 1000px) {
  body #float_message{width: 350px;}
}
@media screen and (max-width: 1000px) {
    #float_message .message_box {height: 360px !important;}
}
