.itppsc_base .itppsc_cont .itppsc_single_post {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%); 
	display: none;
	overflow: auto;
	padding: 20px 30px;
	box-sizing: border-box;
}

.itppsc_base .itppsc_cont .itppsc_single_post .itppsc_control_post {
	text-align: center;
}
.itppsc_base .itppsc_cont .itppsc_single_post .itppsc_control_post img{
	margin: 5px;
	cursor: pointer;
	border-radius: 20px;
}

.itppsc_base .itppsc_cont .itppsc_single_post .itppsc_control_post img:hover{
    background: rgba(0,0,0,0.5);
}