@media screen and (max-width: 768px){
	#the-field .content {width: 328px !important;}
	#the-field .bottom {width: 328px !important;}
}

@media screen and (max-width: 480px){
	#the-field .projects a {text-decoration: none; border-bottom: 1px dashed #725B88;}
	#the-field #flash {height: auto !important;}
	#the-field .content {padding: 1em 1em; position: static; width: auto !important; }
	#the-field .bottom {padding: 1em 1em; position: static; width: auto !important; }
	#the-field .project {background-color: #725B88; padding: 1em 1em; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
	#the-field #images {display: none;}
}

@media screen and (max-width: 320px){
	#the-field #flash {}
}