#notification @media only screen and (max-width: 600px) {
	.popupBoxWrapper{
        width:100%;
        }
	position: fixed;
	z-index: 999;
	width: 600px;
	right: 50%;
	margin-right: -300px;
	top: 50%;
	margin-top: -35px;
}