.tick-controls .button-icon {
    display: inline-block;
    left: 10px;
    font-size: 0.8rem;
    line-height: 1;
    color: #fecb34;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tick-controls .btn.btn-editorial-sm:after {
	content: '';
}
.tick-controls .pause-play {
	padding-left: 2em;
	padding-right: 1em;
	font-size: 0.8rem;
	vertical-align: middle;
}
.tick-controls {
	text-align: center;
}
.tick-flip-panel {
   color: #fff;
   font-weight: bold;
}
.tick-flip-panel {
   background-color: #004C97; 
}
.tick {
  font-size:2.5rem !important;
  white-space:nowrap !important;
  font-family: "ff-meta-web-pro", Arial, Verdana, Tahoma, sans-serif !important;
}
.tick [data-view] {
	width: 85px;
}
.tick .w-full {
	width: 100%;
}
.tick-label {
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
}