@media all and (max-width: 999px) {
	.about-me{
		background-position: 27%;
	}

	.about-text{
		right: initial;
		width: 100%;
		top: 35%;
	}

	.about-text h1{
		text-align: center;
	}

	.about-slider{
		right: 0;
		left: 0;
		margin: auto;
	}

	.things-done{
		padding-top: 20%;
	}

	.things-picture .mCustomScrollbar{
		max-height: 400px;
	}

	.contact{
		padding-top: 55%;
		background-position: right;
	}

	.hero{
		padding-top: 40%;
	}

	.things-text{
		width: 50%;
	}
}