﻿@media screen and (min-width:901px) {
}


@media screen and (max-width:900px) {
	#credits {
		font-size:11px;
	}

}

@media screen and (max-width:500px) {
	footer {
		display:none !important;
	}

}

