@media (min-width: 1200px) {
   
	
	.chrono_img {
		position: relative;
    	height: 50px;
    	margin: 0px;
		width: 100px
	}

	.uk-chronology-grid-arrow>div:not(:last-child) {
		/*	outline-offset: 30px;
			height: 270px;
			background-repeat: no-repeat;
			background-size: auto 70%;
			background-position: Min(0px, calc(100vw - 450px)) bottom;
			display: flex;
			justify-content: flex-end;
			background-size: 60px, auto, contain;*/
			background-position: left 11% bottom; 

	}

.arrow-grid-item:last-of-type img.img-arrow {
  display: none;
}




	/*
	.uk-chronology-grid-arrow>div:last-child {
		    background-image: none '!important';
			
	}  */
}