@media screen and (min-width: 301px) and (max-width: 900px){
  div#journeyYearCounterHolder{
		display: none;
	}
	div#journeryHolder{
		position: relative;
		display: inline-block;
		width: calc(100% - 90px);
		height: auto;
		margin-left: 30px;
	}
	div#journeyLineHolder{
		position: absolute;
		top: 10px;
		bottom: 10px;
		width: 5px;
	}
	div#journeyLine{
		position: absolute;
		top: 30px;
		left: 0;
		right: 0;
		bottom: 30px;
		border-radius: 5px;
		background-color: #A3862F;
	}
	div.journeyMileCon{
		position: relative;
		display: inline-block;
		padding-top: 0;
		padding-left: 30px;
		padding-bottom: 60px;
		width: 75%;
		height: auto;
	}
	div.journeyMileMarker{
		position: absolute;
		top: 20px;
		left: -13px;
		width: 30px;
		height: 30px;
		border-radius: 30px;
		background-color: #00245D;
	}
	div.journeyMileTitle{
		color: #00245D;
		font-family: bBold;
		font-size: 4em;
	}
	div.journeyMileText{
		color: #00245D;
		font-family: kReg;
		font-size: 1.25em;
		line-height: 1.25em;
		text-align: left;
	}
}

@media screen and (min-width: 901px){
  div#journeyYearCounterHolder{
		position: absolute;
		top: 5em;
		left: 20vw;
		width: auto;
		height: calc(100% - 10em - 8vh);
	}
	div#journeyYearCounterCon{
		position: -webkit-sticky;
		position: sticky;
		display: inline-block;
		top: 25vh;
		left: 0;
		width: auto;
		height: auto;
		text-align: left;
	}
	div#journeyYearCounterTag{
		display: inline-block;
		color: #A3862F;
		font-family: bBold;
		font-size: 6vw;
		line-height: 0.8em;
		margin-left: -20px;
	}
	div#journeryHolder{
		position: relative;
		display: inline-block;
		width: calc(55% - 2vw);
		height: auto;
		margin-left: calc(20vw + 15vw);
	}
	div#journeyLineHolder{
		position: absolute;
		top: 10px;
		bottom: 10px;
		width: 5px;
	}
	div#journeyLine{
		position: absolute;
		top: 30px;
		left: 0;
		right: 0;
		bottom: 30px;
		border-radius: 5px;
		background-color: #A3862F;
	}
	div.journeyMileCon{
		position: relative;
		display: inline-block;
		padding-top: 0;
		padding-left: 2vw;
		padding-bottom: 5vw;
		width: 75%;
		height: auto;
	}
	div.journeyMileMarker{
		position: absolute;
		top: 20px;
		left: -13px;
		width: 30px;
		height: 30px;
		border-radius: 30px;
		background-color: #00245D;
	}
	div.journeyMileTitle{
		color: #00245D;
		font-family: bBold;
		font-size: 4em;
	}
	div.journeyMileText{
		color: #00245D;
		font-family: kReg;
		font-size: 1.25em;
		line-height: 1.25em;
		text-align: left;
	}
	
}