.element3{
	margin:3rem 0;
}

.element3 .history-slider{
	margin-bottom:6rem;
}
@media(min-width:992px){
	.element3 .history-slider{
		margin-bottom:3rem;
	}
}

.element3 .history-item .item-wrap{
	padding-bottom:30px;
}
@media(min-width:992px){
	.element3 .history-item .item-wrap{
		padding-bottom:0px;
	}
}

.element3 .history-item .item-wrap h3{
	width:40%;
}

.element3 .history-item .item-description{
	width:100%;
}
@media(min-width:992px){
	.element3 .history-item .item-description{
		width:60%;
		padding-right:20%;
		align-self:flex-end;
		margin-bottom:60px;
	}
}

.element3 .history-item span.item-title{
	display:block;
	margin-bottom:1rem;
}


.element3 .history-item .item-image{
	/*height:calc(14rem + 60px);*/
	width:100%; /* NEW */
	border-radius:10px;
	overflow:hidden;
}
.element3 .history-item .img-wrap{
/*
	position:relative;
	top:50%;
	transform:translatey(-50%);
	*/
}

.element3 .history-slider .prev-item,
.element3 .history-slider .next-item{
	position: absolute;
    bottom: -35px;
}
.element3 .history-slider .prev-item{
    left: 0;
}
.element3 .history-slider .next-item{
    right: 0%;
}
@media(min-width:992px){
	.element3 .history-slider .prev-item,
	.element3 .history-slider .next-item{
		bottom:0;
	}
	.element3 .history-slider .next-item{
		right: auto;   
		left: 16.5%;
	}
}
.element3 .history-timeline-nav{
	background-image: url(../../img/timeline-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100px;
}

.element3 .history-timeline-nav .timeline-info{
	background-image:url(../../img/timeline-line.svg);
	background-repeat:no-repeat;
	background-position-y:bottom;
	background-position-x:center;
	background-size:auto 30%;
	height:90%;
	display:block;
	padding-top:15px;
    outline: none;
	transition:all .5s ease;
}

.element3 .history-timeline-nav .timeline-info.active{
	background-size:auto 50%;
	font-weight:700;
	font-size:1.5rem !important;
	padding-top:0px;
    outline: none;
}

.element3 .history-slider .slick-track{height: auto !important;}
.element3 .history-timeline-nav .slick-track{height:100% !important}

.element3 .slick-arrow.slick-disabled{
	filter:grayscale(1);
}