﻿/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 1000px) {

}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 720px) {


}

/************************************************************************************
smaller than 560
*************************************************************************************/

@media screen and (max-width: 500px) {
	
/* disable webkit text size adjust (for iPhone) */


}
