.hbox{transition:transform .4s ease} 
.hbox:hover{transform:scale(1.05)}
@media (max-width: 768px) {
	.hbox h3 { font-size: 22px !important; }
}	

.hbox::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.35);   
	z-index: 0;   
	border-radius: 14px;
}

.hbox > * {
  position: relative;
  z-index: 1;
}