
.cc-figure--bubba {
	background: #9e5406;
}

.cc-figure--bubba  > a > img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.cc-figure--bubba:hover  > a > img {
	opacity: 0.4;
}

.cc-figure--bubba .figcaption::before,
.cc-figure--bubba .figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.cc-figure--bubba .figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.cc-figure--bubba .figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

.cc-figure--bubba .slot-1 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

.cc-figure--bubba .slot-2 {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

.cc-figure--bubba:hover .figcaption::before,
.cc-figure--bubba:hover .figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cc-figure--bubba:hover .slot-1,
.cc-figure--bubba:hover .slot-2 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cc-figure--bubba .figcaption {
	display: flex;
    align-items: center;
    justify-content: center;
}
.cc-figure--bubba .figcaption > div {
	width: 100%;
}
