@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/** resets header image **/
	body {
		background: #08050C url(https://beqanna.com/images/banners/Version24.png) top center no-repeat scroll;
		background-size: contain;
	}

	#content {
		margin-top: 500px;
	}

/** resets OOC section of index to fit **/
	#cat_24_e .forum-flex .forum {
		flex: 0 1 47%; /* not working? Try and decrease this number */
	} 

/** resets classic postbit so all items are on individual lines **/
	.post.classic .postbit_flex .profilefield {
		flex: 0 1 99%;
		text-align: left;	
	}

/******************** BQ NAME AND VERSION ***********************/

#bq_name {
	font: 72px 'Cinzel', serif; 
	top: 20px;
	left: 50px;
}

#bq_name::after {
	top: 70px;
	left: 150px;
	font: 18px 'Cinzel', cursive; 
}

}
