div.cs_cart_hacker_popup {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.9);
	top: 0;
	left: 0;
	z-index: 99999999999;
}

div.cs_cart_hacker_popup > div.box {
	display: block;
	width: 600px;
	height: 447px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -224px;
	margin-left: -300px;
	background-image: url("/wp-content/plugins/cs_cart_hacker/assets/img/creative_story_popup_DK_600px.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 600px 447px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

div.cs_cart_hacker_popup > div[data-language="se"].box {
	background-image: url("/wp-content/plugins/cs_cart_hacker/assets/img/creative_story_popup_SE_600px.jpg");
}

@media screen and (max-width: 619px) {

	div.cs_cart_hacker_popup > div.box {
		width: 320px;
		height: 238px;
		margin-top: -119px;
		margin-left: -160px;
		background-image: url("/wp-content/plugins/cs_cart_hacker/assets/img/creative_story_popup_DK_320px.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 320px 238px;
	}

	div.cs_cart_hacker_popup > div[data-language="se"].box {
		background-image: url("/wp-content/plugins/cs_cart_hacker/assets/img/creative_story_popup_SE_320px.jpg");
	}


}