.ribLC,
.ribRC,
.ribCC {
	position: relative;
	z-index: 1;
	flex: 0 0 auto;
}

.ribLC,
.ribRC,
.ribCC,
.ribbon-caption {
	box-sizing: border-box;
}

.ribLC{
	width: 128px;
	height: 66px;
	background-image: url(../img/ribleft.png);
	background-repeat: no-repeat;
}

.ribRC{
	width: 110px;
	height: 66px;
	background-image: url(../img/ribright.png);
	background-repeat: no-repeat;	
}

.ribCC{
	flex: 1 1 auto;
	min-width: 0;
	height: 66px;	
	background-image: url(../img/ribcenter.png);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 6px;
	overflow: visible;
}

.ribCC .caption{
	font-family: 'Conv_r2mrPyJ3';
	font-size-adjust: 0.64;
	text-shadow: 1px 1px 1px #000000;
    color: #EFF6F9;
    line-height: 1px;
    text-align: center;
}

.ribbon-caption {
	position: relative;
	z-index: 3;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0 4px;
	font-family: 'Conv_r2mrPyJ3';
	font-size-adjust: 0.64;
	font-size: 20px;
	text-shadow: 0 2px 2px rgba(0,0,0,.7), 0 0 4px rgba(255,255,255,.45);
	color: #EFF6F9;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
	pointer-events: none;
}
