@media screen and ( max-width: 991px) {
	img.responsive { 
		width: 160px; 
	}
	}
	@media screen and ( min-width: 992px) {
	img.responsive { 
		width: 220px;
		padding-right: 3rem;
		}
	}
	img.responsive { height: auto; }