html,

body {

	width: 100%;

	height: 100%;

	}


body {

	background-color: #ccc;

	}


.custom-wrapper-class {

	width: 90% !important;

	height: 90% !important;

	margin: 0px auto;

	background-color: #fbf6ef;

	/*transition: background-color 0.3s;*/
	}



	/*
	.custom-wrapper-class.apiz-is-panning {
		background-color: #fff;
		}
	*/
