.learn-right-data a img, .courses-right-side a img {
	cursor: zoom-in !important;
}
.popup-link
{
	position: relative;
	display: inline-block;
}
.popup-link:after {
	background-image: url(/images/zoom_in.png);
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	margin: auto;
	width: 75px;
	height: 75px;
	z-index: 10;
	background-position: center center;
	background-size: 100%;
	cursor: zoom-in;
	opacity: 0;
}

.popup-link:hover:after {
	opacity: 0.6;
	transition: 0.2s ease opacity;
}