.workcta-wrapper {
	height: 240px;
	background-size: cover;
	background-position: top center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin: 0 0 30px;
}

.workcta-wrapper .workcta-content {
	background: rgba(19,124,192,0.8);
	position: absolute;
	top: 80%;
	left: 0;
	width: 100%;
	height: 240px;
	text-align: center;
	transition: 250ms;
	padding: 0 20px;
}


.workcta-content h3 {
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin: 15px 0 10px;
	font-weight: 600;
	transition: 250ms;
	position: relative;
	text-transform: uppercase;
}

.workcta-content p {
	color: #FFF;
	margin: 0;
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
}

.workcta-wrapper:hover .workcta-content {
	top: 0;
	transition: 250ms;
	padding-top: 10%;
}
@media only screen and (max-width: 768px){
	.workcta-content h3 {
		font-size: 12px;
}
}

/********* NEW ********/
 .workcta-wrapper {
	height: 240px;
	background-size: cover;
	background-position: top center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin: 0 0 30px;
}

 .content p {
	margin-top: 0;
}

 .workcta-wrapper .workcta-content {
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 80%;
	left: 0;
	width: 100%;
	height: 240px;
	text-align: center;
	transition: 250ms;
	padding: 0 20px;
}


 .workcta-content h3 {
	color: #FFF;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	margin: 15px 0 10px;
	font-weight: 600;
	transition: 250ms;
	position: relative;
	text-transform: uppercase;
}

@media only screen and (max-width: 768px){
	 .workcta-content h3 {
		font-size: 12px;
}
}