#jquery-notification {
	background: transparent url(../images/black-75.png) repeat;
	border-radius: 12px;
	padding: 20px;
	cursor: pointer;
}

#jquery-notification-message {
	font: bold 24px Helvetica, Arial, sans-serif;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
	text-align: center;
	white-space: nowrap;
}

.jquery-notification{ max-width: 100%!important; white-space:normal!important}

#jquery-notification-message{white-space:normal!important; font-size:18px!important}

@media screen and (max-width: 640px) {
    #jquery-notification-message{font-size: 20px!important; line-height: 23px!important;}
}

@media screen and (max-width: 600px) {
    #jquery-notification-message{font-size: 18px!important; line-height: 22px!important;}
}

@media screen and (max-width: 550px) {
    #jquery-notification-message{font-size: 17px!important; line-height: 21px!important;}
}

@media screen and (max-width: 500px) {
    #jquery-notification-message{font-size: 16px !important; line-height: 20px!important;}
}