/* Your custom css code goes here */

@media only screen and (max-width: 767px) {
    .img-responsive{
        WIDTH: 100%!important;
		HEIGHT: 70px!important;
    }
	.probootstrap-heading {
		font-size :2em!important;
	}
}