@media only screen and (max-width: 900px) {
	.reformaSelector >div>div>div>h2{
	  	font-size: 11px;
		  text-align: center;
		  margin: 10px 0 10px 0;
	}
	.reformaSelector >div>div{
		margin: 0;
	}
}