.ccm-page .popup.custom-popup {
	width: 900px;
	margin-left: -450px;
	height: auto;
	background-image: url('background.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
}

.ccm-page .popup.custom-popup .close {
	background-image: url('close.png');
	background-color: initial;
	border: initial;
	border-radius: initial;
	top: 10px;
    right: 10px;
	padding: 0;
	width: 28px;
	height: 28px;
}

.ccm-page .popup.custom-popup .popup-content {
	width: 60%;
	font-size: 18px;
	padding: 30px;
}

.ccm-page .popup.custom-popup .popup-content img {
	max-width: 100%;
}

.ccm-page .popup.custom-popup .popup-content .button {
	font-size: 22px;
}

@media (max-width: 999.9px) {
	.ccm-page .popup.custom-popup {
		width: calc(100% - 20px);
		margin: 10px;
		left: 0;
		top: 0;
	}
	
	.ccm-page .popup.custom-popup .popup-content {
		width: 100%;
	}
	
	.ccm-page .popup.custom-popup .popup-content .button {
		font-size: 19px;
	}
}