.contentWidthCounter {
    height: 100%;
}

.counter {
    #float: left;
    #position: absolute;
    #bottom: 510px;
    #right: 0px;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.85);
    #box-shadow: 0 5px 10px -4px #999;
    width: 90%;
    overflow: none; 
    padding: 5% 5% 0% 5%;
    display: inline-block;
}

.counter img {
  float: right;
  top: -20px;
  padding-left: 10px;
  position: relative;
}

div.counter::before {
    content: 'ONLY';
    width: 100%;
    text-align: left;
    padding-left: 3px;
    display: block;
}

.counter > div {
    float: left;

    text-align: right;
    max-width: 55px;
}

.counter div.days {
    margin-right: 25px; 
    width: 55px;
}

.counter div span {
    float: right;
    clear: left;
    width: 100%;
    font-size: 100%;
    letter-spacing: 1px;
}

.counter div span.data {
    font-size: 200%;
    letter-spacing: inherit;
}

.counter div.hours span.data::after, .counter div.minutes span.data::after {
    content: ':';
    position: absolute;
    padding-left: 4px;
    font-size: 100%;
}
 
