/* Styles for the Yet Another CPCEmulator BBCode Mod */

.cpc-wrapper
{
	height: 0;
	padding-top: 0px;
	padding-bottom: 600px; /* 16:9 */
	position: relative;
	overflow: hidden;
}

.cpc-wrapper iframe
{
	top: 0;
	left: 0;
	width: 810px;
	height: 610px;
	position: absolute;
}