#wrapper {
	width:calc(100% - 210px);
	margin:10% 0 0 210px;
	top:0;
	left:-5px;
	bottom:0;
}
.no_fit {	
	min-width:400px;
	height:380px;
	margin: 0 auto 0 auto;	
	padding: 300px 20px 40px 20px;
	border: 1px #454545 inset;
	background-color: black;
	background-image: url(../../img/ffi_cube_256.png);
	background-repeat: no-repeat;
	background-position:center 10px;
	font-family: "Courier New", Courier, monospace;
	font-weight:bold;
	color:#22FF22;
	font-size: 1.3em;
	line-height:1.4em;
	text-align: center;
}
@media all and (max-width: 924px) {
	#wrapper {
		left:10%;
		width:80%;
		margin:102px auto 0 auto;
	}
	.no_fit {
		max-width:399px;
	}
}
@media all and (max-width: 480px) {
	#wrapper {
		left:5%;
		width:90%;
		font-size: 0.8em;
	}
	.no_fit {
		min-width:320px;
		padding: 300px 0 40px 0;
	}
}