.container {
	/* defaults for resposive height container */
	position: relative;
	width: 100%;
	height: auto;
	
	/* 39% being the ratio we are maintaining 
	 * calculated by looking at the image 
	 * ratio: 400/1024 = ~0.39 */
	padding: 0 0 39% 0;
	width: 66%;
	min-width: 540px;
	max-width: 1280px;
	margin: 2px auto;
	border: 1px solid #555;
	border-radius: 16px;
	padding: 12px;
	background: rgb(43, 43, 43);
	box-shadow: 0px 0px 142px rgba(140, 180, 36, .3);	
	margin-bottom: 20px;
}

#frame {
	border-radius: 10px !important;
	border: solid 1px #555555;
}