.factbox-toggle-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 40px 15px 24px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 45%);
	text-align: center;
	cursor: pointer;
}
.factbox-toggle-wrap .factbox-toggle {
	background: none;
	border: none;
	color: #007aca;
	pointer-events: none;
	text-decoration: underline;
}
.factbox-toggle-wrap:hover .factbox-toggle {
	text-decoration: none;
}