.pd-bbm-culture {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.pd-bbm-culture-col {
	display: table-cell;
	transition: width 0.4s;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;

}

.pd-bbm-culture-col.inactive {
	width: 30%;
	cursor: pointer;
}

.pd-bbm-culture-col.inactive:hover .boder-rounded {
	border-color: white;
	transition: border-color 0.5s;
}

.pd-bbm-culture-col.inactive .boder-rounded {
	transition: border-color 0.5s;
}

.pd-bbm-culture-col.active {
	width: 40%;
}

.pd-bbm-culture .boder-rounded {
	position: relative;
	border: 1px solid #14B956;
	border-radius: 5px;
	height: 500px;
	display: block;
	background-size: 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

.pd-bbm-culture-col.active .boder-rounded {
	background-size: cover;
}


.pd-bbm-culture-col.inactive .container-inactive {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 21%;
	margin-top: auto;
	margin-bottom: auto;
}


.container-active {
	padding: 3em 3em;
	transition: opacity;
}


.pd-bbm-culture-col.inactive .container-active {
	opacity: 0;
}

.pd-bbm-culture-col.active .container-inactive {
	display: none;
}

.pd-bbm-culture-col.active .container-active {
	opacity: 1;
	transition-delay: 0.3s;
	transition-duration: 1.3s;
}

.pd-bbm-culture .title {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #14B956;
	margin: 0.5em 0;
}

.pd-bbm-culture-col.active .title {
	color: #121210;
}

.pd-bbm-culture .subtitle {
	text-align: center;
	font-size: 22px;
	color: #14B956;
	margin: 0 0 1em 0;
}

.pd-bbm-culture-col.active .subtitle {
	color: white;
}

@media only screen and ( max-width: 768px ) {
	.pd-bbm-culture {
		display: block;
	}

	.pd-bbm-culture-col.pd-bbm-culture-col {
		display: block;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		transition: none;
		margin-bottom: 1em;
	}

	.pd-bbm-culture .boder-rounded {
		height: auto;
	}

}
