.cc-figure--jazz2 {
	background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
	background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
}

.cc-figure--jazz2  > a > img {
	opacity: 0.9;
}

.cc-figure--jazz2  > a > img,
.cc-figure--jazz2 .slot-2 {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.cc-figure--jazz2 .slot-1,
.cc-figure--jazz2 .slot-2 {
	opacity: 1;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
}

.cc-figure--jazz2 .slot-1 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.cc-figure--jazz2 .slot-2 {
	padding: 0.5em 2em;
	text-transform: none;
	font-size: 0.85em;
	opacity: 0;
}

.cc-figure--jazz2:hover  > a > img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

.cc-figure--jazz2:hover .slot-1,
.cc-figure--jazz2:hover .slot-2 {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.cc-figure--jazz2 .figcaption {
	display: flex;
    align-items: center;
    justify-content: center;
}
.cc-figure--jazz2 .figcaption > div {
	width: 100%;
}