﻿.three_box{
	background-color:rgba(255,255,255,0.05);
	padding:14px;
	position:relative;
	margin-bottom:15px;
}
.three_box img{
	max-width:100%;
}
.three_box h4{
	width:calc(100% - 28px);
	width:-webkit-calc(100% - 28px);
	width:-moz-calc(100% - 28px);
	position:absolute;
	left:14px;
	bottom:24px;
	text-align:center;
	margin-bottom:0;
}
.three_box h4 a{
	display:block;
	background:rgba(0,0,0,0.49);
	z-index:100;
	color:#FFF;
	padding:5px 0;
	font-size:16px;
	position:relative
}
.three_box  h4 a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:100%;
	background:#003873;
	width:0px;
	transition:0.3s all 0s ease-in-out
}
.three_box h4 a:hover:before{
	width:100%;
	z-index:-1;
}

@media (max-width:767px) {
	.three_box{
		padding:0;
	}
	.three_box h4{
		width:100%;
		left:0;
		bottom:0;
	}
      .three_box h4 a{
              font-size:14px;
        }

	
}