.image-area {
	overflow: hidden;
	position: relative;
}
.image-frame {
	overflow: hidden;
	list-style: none;
	padding: 0 15px;
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
.image-frame li {
	width: 48%;
	margin: 0 0 30px;
}
.image-frame li.even {
	padding: 30px 0 0;
}
.image-frame li a {
	display: block;
	position: relative;
}
.image-frame li .info {
	position: absolute;
	left: -14px;
	bottom: 20px;
	margin: 0;
	z-index: 1;
	text-align: center;
	background: url(../images/timeline/bg-img.png) no-repeat 50% 50% / cover;
	width: 140px;
	height: 53px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 38px;
}
.image-frame li img {
	display: block;
	width: 100%;
	margin: 0;
	height: auto;
}
.medias h1 {
	font-size: 30px;
	line-height: 34px;
	margin: 0;
	color: #000;
	font-weight: 900;
	padding: 10px 0 15px;
}
.medias h2 {
	max-width: 265px;
	background: #000;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	margin: 0 auto 25px;
	padding: 10px;
	text-align: center;
	position: relative;
}
.spt-trackThis {
	margin: 0;
}
.stickbody .spt-verticalScrollProgress {
	height: 37vh;
}
.spt-verticalScrollProgress.hidden {
	height: 37vh;
}

@media only screen and (max-width: 1200px) {
.image-frame {
	padding: 0 70px;
}
}

@media only screen and (max-width: 767px) {
.image-frame {
	padding: 0 15px;
}
.image-frame li {
	width: 47%;
}
.image-frame li.even {
	padding: 15px 0 0;
}
.image-frame li .info {
	font-size: 10px;
	line-height: 25px;
	width: 100px;
	height: 34px;
	left: -9px;
	bottom: 10px;
}
}
