
.age-title, .age-main-text {
line-height:30px;
}



.wtp-wrapper img{
	position: absolute;
	animation: showMe 2.0s linear infinite 0s forwards;
	animation-play-state: paused;object-fit: cover;
}
.wtp-wrapper:hover img{
	animation-play-state: running;
}
@keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}
.wtp-wrapper img:nth-child(1){
	animation-delay: 0.5s;
	z-index: 9;object-fit: cover;
}
.wtp-wrapper img:nth-child(2){
	animation-delay: 1.0s;
	z-index: 8;object-fit: cover;
}
.wtp-wrapper img:nth-child(3){
	animation-delay: 1.5s;
	z-index: 7;object-fit: cover;
}
.wtp-wrapper img:nth-child(4){
	animation-delay: 2.0s;
	z-index: 6;object-fit: cover;
}