@media only screen and (max-width: 728px) {


	/**
		GENERAL
	*/
	* {
		max-width: 100% !important;
	}

    div,.page-content  *:not(a) {
    	margin-left: 0px !important;
    	margin-right: 0px !important;
    	margin: 0px !important;
    	padding-left: 0px !important;
    	padding-right: 0px !important;
    }

    div, .page-content img {
    	max-width: 100% !important;
    	width: 100% !important;
    	float: none !important;
    	text-align: center !important;

    }

    .container {
    	max-width: 100%;
    	text-align: center;
    }
    .left ,.right,  {
    	float: none;
    	display: block;
    }


    p {
    	margin-top: 20px;
    	margin-bottom: 20px;
    }


    /**
		SPECIFIC
    */
    nav {
    	float: none !important;
    }


}