.ft__container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 100vw;
}

.ft__display {
	position: relative;
	text-align: center;
	display: inline-flex;            
	justify-content: center;
	padding: .2em;
}

.ft__border .ft__display {
	border: 1px solid rgba(255,255,255,.1);
	padding: 1em 0.5em;
}

.ft__light.ft__border .ft__display {
	border-color: rgba(0,0,0,.1)
}

.ft__item  {
	min-width: 52px;
	position: relative;
}


.ft__plate {
	position: relative;
	box-sizing: border-box;
	position: relative;
	line-height: 1;
	font-weight: 300;
	transition: all .15s ease-in-out;
	opacity: 1;
	z-index: 2;
	text-align: center;
	font-size:26px;
}
@media (min-width:475px) and (max-width: 767px) {
	.ft__item {
		min-width: 52px;
	}
}
@media  (min-width:768px) {
	.ft__item {
		min-width: 62px;
	}

}
.ft__plate.animate {
	opacity: .3;
}
.ft__label {
	font-weight: 300;
	font-size: 12px;
}
