@charset "UTF-8";
/* ExtraSmall devices (768px and down) */
@media (max-width: 768px) {
#career-wrapper {
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
}

/* Medium devices (desktops, 1000px and up) */
@media (min-width: 768px) {
#career-wrapper {
	padding: 0px;
	margin: 0 auto 100px auto;
	text-align: center;
	width:100%;
}
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	width:100%;
}
