@media (max-width: 400px) {
	
	.header-content{
		border:0px solid #F00;
	}
	
	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;
	}
}