#notification {
	position: fixed;
	z-index: 999;
	width: 600px;
	right: 50%;
	margin-right: -300px;
	top: 50%;
	margin-top: -35px;
 display:none !important;
}
@media only screen and (max-width: 768px) {
#notification {
 width:90%;
 right:none;
 margin-right:0px;
 margin-top:0px;
 left:10px;
 display:none !important;
}
}