:root {
	--text-colour: #fff;
	--cta-bg-colour: #260072;
	--doors-bg-colour: #674D9C;
	--door-label-opened-colour: #D33FB6;
	--door-label-closed-colour: #260072;

	--top-bg-sm-img: url("../img/custom/calendar/background_cal_780x445.png");
	--top-bg-md-img: url("../../img/custom/calendar/background_cal_1160x445.png");
	--top-bg-lg-img: url("../img/custom/calendar/background_cal_1920x445.png");
	--cta-top-border-img: url( "../img/custom/calendar/triangle_edge.png" );
	--cta-bottom-border-img: url( "../img/custom/calendar/dotted_line.png" );
	--doors-bg-img-left: url("../img/custom/calendar/side_pattern_left.png");
	--doors-bg-img-right: url("../img/custom/calendar/side_pattern_right.png");
	--door-front-bg-img: url("../img/custom/calendar/door_front.png");
	--door-back-bg-img: url("../img/custom/calendar/door_back.png");
	--door-front-expired-bg-img: url("../img/custom/calendar/door_expired.png");
	--door-back-expired-bg-img: url("../img/custom/calendar/door_expired_unopened.png");
	--popup-panel-bg-img: url("../assets/custom_ui/ui/panel.png");
	--popup-panel-close-img: url("../img/custom/calendar/btn_video_close.png");
	--share-email-btn-bg-img: url("../img/custom/calendar/btn_cal_email_share.png");
	--share-facebook-btn-bg-img: url("../img/custom/calendar/btn_cal_facebook_share.png");
	--share-twitter-btn-bg-img: url("../img/custom/calendar/btn_cal_twitter_share.png");
	--share-linkedin-btn-bg-img: url("../img/custom/calendar/btn_cal_linkedin_share.png");
	--share-whatsapp-btn-bg-img: url("../img/custom/calendar/btn_cal_whatsapp_share.png");
	--share-copy-url-btn-bg-img: url("../img/custom/calendar/btn_cal_url_share.png");
}

.topper {
	background-position: 50% 100%;
}

@media screen and ( min-width: 781px ) and ( max-width: 1500px ) {
	.topper {
		background-image: var(--top-bg-md-img);
	}
}

.door.game .door-image {
	top: -12px;
} 

