body {
	overflow: hidden;
}

.timeline-container {
	margin: 20px 0px 0px 0px;
	bottom: 0;
}
.acheivements .rock:before {
	content: '';
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 700px;
}
div#outer-container {
	max-height: 700px;
	max-width: 100%;
}

@media (max-width: 800px){
	.acheivements .rock::before {
		display: none !important;
	}
	.timeline-container {
		margin: 20px 0px 0px 0px;
		bottom: -70px;
	}
	.tree{
		display: none;
	}
}

.tree {
  position: absolute;
  z-index: 0;
  top: 0px;
  background-image: url('../images/tree.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 700px;
}

button.left {
 background: none !important;
}

button.right{
 background: none !important;
}

.acheivements .rock .rock-post {
	top: 25%;
	left: 50%;
	transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px); /* IE 9 */
   	-webkit-transform: translate(-50%, 0px); /* Safari */
   	padding: 15px;
}
@media (max-width: 800px)
.acheivements .rock .rock-post {
	transform: none;
}
.timeline-container {
	margin: 20px 0px 0px 0px;
}

.acheivements .rock .grass {
	margin-left: 0px;
}



.test-timeline.clearfix {
	background: none !important;
}


.loading::before {
  background-color: transparent !important;
}

.loading::after {
  border-radius: 50% !important;
  left: 50%;
  margin-left: 0px;
  padding: 15px;
  z-index: 2;
  width: auto;
  height: auto;
}