#notification {
	position: fixed;
	z-index: 999;
	width: 600px;
	right: 50%;
	margin-right: -300px;
	top: 50%;
	margin-top: -35px;
}
@media screen and (max-width: 980px) {
#notification {
	position: fixed;
	z-index: 999;
	/*width: 600px;
	right: 50%;
	margin-right: -300px;*/
	max-width: 100%;
	right: 0%;
	margin:0px auto;
	top: 50%;
	margin-top: -35px;
}
}