#cmp-counter{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;text-align:center;-ms-flex-align:center;align-items:center}#cmp-counter .counter-wrap{position:relative;display:inline-block;width:25%;background-color:rgba(255,0,0,.5);border-radius:0;border:0 solid}#cmp-counter .counter-wrap:before{content:"";display:block;padding-top:100%}#cmp-counter .inner-counter{position:absolute;top:50%;right:0;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#cmp-counter p{padding:0;line-height:1em}#cmp-counter .counter-wrap .label{margin:0}#cmp-counter .counter-wrap .value{display:inline-block;font-size:3em}#cmp-counter .counter-wrap .separator{margin-top:-.3em}@media only screen and (max-width :620px){#cmp-counter{display:block}}