.uc_image_product_box * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.uc_image_product_box {
	width: 100%;
	height: 300px;
	position: relative;
}

.uc_image_product_box_wrapper {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: inherit;
	width: 100%;
	padding: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-size: 400;
	color: #fff;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
}
.uc_image_product_box:hover .uc_image_product_box_wrapper {
	transform: translateY(-70px);
}
.uc_image_product_box:hover .uc_btn_back {
	transform: rotateX(0deg);
	transform: translateY(-70px);
}
.uc_image_product_box .uc_title {
	margin: 10px 0 0 -20px;
	padding: 15px 10px 15px 20px;
	position: relative;
	font-size: 26px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
	color: #fff;
	position: relative;
}
.uc_image_product_box .uc_title span {
	position: relative;
	z-index: 2;
	display: block;
}
.uc_image_product_box h5 {
	font-size: 16px;
	margin: 20px 0 50px;
}
.uc_image_product_box .uc_btn_back {
	background: #fae20d;
	padding: 20px;
	transform: rotateX(-90deg);
	transform-origin: center top 0;
	transform-style: preserve-3d;
	width: 100%;
	top: 100%;
	transition: all 0.25s ease-in-out;
	position: absolute;
}
.uc_image_product_box .uc_btn_back a {
	display: inline-block;
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	border: 1px solid #000000;
	padding: 0.7em 1.6em;
	font-family: 'Roboto Condensed', sans-serif;
}
.uc_image_product_box .uc_btn_back a:hover {
	transition: all 0.25s ease-in-out;
	background: #000000;
	color: #fff;
}
