.uc_caption_hover_effects_3* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.uc_caption_hover_effects_3 .uc_content_box
{
	font-family: 'Lato', sans-serif;
	list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.uc_caption_hover_effects_3 .uc_content_figure
{
	margin: 0;
    position: relative;
    width: 100%;
	height:100%;
}

.uc_caption_hover_effects_3 .uc_content_figure img
{
	transition: transform 0.4s ease 0s;
	width:100%;
	max-width:100%;
}

.uc_caption_hover_effects_3 .uc_content_figure:hover img
{
	    transform: translateY(-50px);
}
 
.uc_caption_hover_effects_3 .uc_figcaption{
	background: #2c3f52 none repeat scroll 0 0;
	backface-visibility: hidden;
	bottom: 0;
	height: 90px;
	top: auto;
	width: 100%;
    color: #ed4e6e;
    left: 0;
    padding: 20px;
    position: absolute;
	color: #ed4e6e;
	box-sizing:border-box;
	text-align:left;
}
.uc_caption_hover_effects_3 .uc_figcaption
{
    backface-visibility: hidden;
    bottom: 0;
    height: 100px;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
    width: 100%;
	background: #2c3f52 none repeat scroll 0 0;
    color: #ed4e6e;
    left: 0;
    padding: 20px;
    position: absolute;
  
}

.uc_caption_hover_effects_3 .uc_content_figure:hover .uc_figcaption
{
	 opacity: 1;
    transform: translateY(0px);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
}

.uc_caption_hover_effects_3 .uc_figcaption h3 {
    color: #fff;
    margin: 0;
    padding: 0;
}

.uc_caption_hover_effects_3 .uc_figcaption a {
    background: #ed4e6e none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
	position:absolute;
	right:20px;
    padding: 5px 10px;
    text-align: center;
	top:50%;
	transform:translateY(-50%);
	text-decoration:none;
}