#popup_this {
	display: none;
	text-align: center;
	top: 50%;
	left: 0;
	right: 0;
	width: 90%;
	max-width: 940px;
	position: fixed;
	background: rgb(255,255,255,0.9);
	padding: 45px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#popup_this a {
	color: #009AD5;
}
.b-close {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	color: #fff;
	background: #ff0000;
	padding: 15px 19px;
}
@media only screen and (max-width: 480px) {
	#popup_this h2 {
			font-size: 1.8rem;
	}
}