@media only screen and (max-width: 314px), only screen and (max-device-width: 314px) {
	#main-container {
		width: 216px;
	}
	img.front {
		width: 216px;
		height: auto;
		/*height: 144px;
		background-image: attr(data-mobile url) !important;
		content: attr(data-mobile url) !important;*/
	}
	#label {
		display: none;
	}
	ul.albums li {
		margin: 5px 12px 3px 0;
		width: 64px;
		height: 64px;
	}
	ul.albums li:nth-child(3n) {
		margin-right: 0px;
	}
	ul.albums li a img {
		width: 64px;
		height: auto;
		/*height: 64px;
		background-image: attr(data-mobile url) !important;
		content: attr(data-mobile url) !important;*/
	}
	ul.albums li a.album-label {
		display: none;
	}
	div.about {
		display: none;
	}
	ul.recent {
		padding: 0px;
		width: 216px;
	}
	div#header { width: 216px; }
	#header ul.menu,
	#footer ul.menu {
		padding: 0;
		width: 216px;
	}
	#header ul.menu li,
	#footer ul.menu li {
		width: 108px;
		text-align: center;
	}
	#header ul.menu li a,
	#footer ul.menu li a {
		margin: 0 auto 0.4em auto;
		padding: 0.4em 0;
	}
	#header {
		font-size: 75%;
	}
	#header h1 {
		font-size: 150%;
		line-height: 1.2;
	}
	#header h1, #header p {
		text-align: center;
	}
	div#footer { width: 216px; }
	hr { width: 216px !important; }
	ul.menu { margin-left: 5px; }
	ul.menu li:nth-last-child(3) { display: none; }
	div#footer ul.menu+span {
		clear: left;
		width: 216px;
		text-align: center;
		display: block;
		margin-top: 1em;
	}
	div#footer ul.menu+span+span {
		width: 216px;
		text-align: center;
		display: block;
	}
	div#footer span {
		padding: 0 0 0 0;
		line-height: 1.75;
	}
	/* Photo pages */
	#photo, #photo a {
		width: 216px;
		display: flex;
		justify-content: center;
		position: relative;
	}
	#photo a { display: inline-block; }
	#photo a img {
		max-width: 216px;
		margin: 0 auto;
	}
	#info-panels {
		width: 216px;
		overflow: auto;
		margin: 5px 0;
		padding: 0;
	}
	#info-panels #navigation-photos {
		float: none;
		text-align: center;
	}
	#info-panels #navigation-photos a .hidden-text {
		display: inline;
		font-size: 0.8em;
	}
	#info-panels #navigation-photos a img {
		display: none;
	}
	#info-panels .info {
		float: none;
		height: 93px;
		margin: .8em 8px 0 8px;
		padding: 0 0 7px 0;
	}
	#info-panels .info .basic dt:nth-last-child(2),
	#info-panels .info .basic dd:nth-last-child(1) {
		display: none;
	}
	#info-panels #photo-help {
		display: none;
	}
	/* other pages */
	.images, img.contact {display: none;}
	.text-box { max-width: 216px !important; margin: 0 !important; padding: 0 !important; }
	.contact { float: none; width: 216px !important; }
	#address-box, #contact-box, #ordf-box {
		width: 205px;
		float: none;
		margin: 3px 0;
	}
	img.contact+.clear { clear: both !important; }
	/* members */
	div.members {
		list-style-type: none;
	}
	div.member {
		float: none;
		width: 216px;
		padding: 0;
		display: list-item;
		background: transparent url(../gfx/bullet.png) left 7px no-repeat;
		padding-left: 24px;
		margin: 0 !important;
	}
	div.member div h4 {
		text-align: left !important;
	}
	.member img, .member br { display: none; }
	div.member-info {
		margin-bottom: 0;
		width: 216px;
		text-align: left !important;
	}
	div.member-info * { display: block; }
	div.member-info>span {display: none;}
	/* banner (NEEDS FIXING) */
	.banner img {
		/*display: none;*/
		width: 216px;
	}
}