


/*
@media (min-width: 320px) and (max-width: 479px) {

	#cboxLoadedContent{
		width: 320px !important;
	}
}

@media (min-width: 375px) and (max-width: 479px) {

	#cboxLoadedContent{
		width: 375px !important;
	}
}

@media (min-width: 425px) and (max-width: 479px) {

	#cboxLoadedContent{
		width: 425px !important;
	}
}
*/


#cboxContent
{
	height: 2000px !important;
}