@media (max-width: 400px) {
	h1 {
		font-size:1.2em !important;
	}
	h3 {
		font-size:0.9em;
	}
	h1.modal-title {
	    font-size:1.5em !important;
	}
	.modal-footer button {
	    font-size:1.2em !important;
	}
}