.uc_long_content_box {
	overflow: hidden;
}
.uc_long_content_box *{
	box-sizing: border-box;
}
.uc_long_content_box_holder{
	position: relative;
	overflow: hidden;
}
.uc_long_content_box_holder .uc_long_content_box_box{
	position: relative;
}
.uc_long_content_box_holder .uc_long_content_box_box .uc_image_box{
	position: relative;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	width: 100%;
	transition: all 0.6s ease-out;
}
.uc_long_content_box_holder .uc_long_content_box_box:hover .uc_image_box{
	transform: scale(1.1);
	transition: all 0.6s ease-out;
}
.uc_long_content_box_holder .uc_long_content_box_box .uc_overlay{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: 1s;
}
.uc_long_content_box_holder .uc_long_content_box_box .uc_box_content{
	left: 0;
	bottom: 0;
	position: absolute;
	margin: 0;
	width: 100%;
	z-index: 3;
	overflow: hidden;
	display: flex;
	height: 100%;
	flex-direction: column;
}
.uc_title {
	font-weight: 400;
	font-size: 22px;
}
.uc_long_content_box_holder .uc_long_content_box_box .uc_box_content .uc_hidden_content{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
@media (min-width: 768px) {
	.uc_long_content_box_holder .uc_long_content_box_box .uc_box_content .uc_hidden_content{
	transition: 0.5s;
	opacity: 0;
	}
}
.uc_long_content_box_holder:hover .uc_long_content_box_box .uc_box_content .uc_hidden_content{
	overflow: visible;
	opacity: 1;
}
.uc_box_content .uc_description{
	color: #fff;
}
.uc_long_content_box_holder .uc_btn{
	background-color: var(--e-global-color-primary);
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: var(--e-global-color-b78b877);
	cursor: pointer;
	border: none;
	fill: var(--e-global-color-b78b877);
	font-family: var(--e-global-typography-accent-font-family),sans-serif;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
	line-height: var(--e-global-typography-accent-line-height);
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
	text-transform: var(--e-global-typography-accent-text-transform);
	transition: all .3s;
	width: auto;
}
.soka-mobile-button-container {
  z-index: 3;
  position: relative;
}