@media only screen and (max-width:600px){
		.modal-dialog{width:95%!important;}
	.md-width{width:95%!important;}
	.p-width{width:100%!important;}
	
}

	@media only screen and (min-width:768px){
		.modal-dialog{width:50%!important;}
	.md-width{width:67%!important;}
	.p-width{width:50%!important;}
	
}