
.vegas-timer {
    top: auto;
    bottom: 0;
    height: 4px;
}

.vegas-timer-progress {
    width: 0%;
    height: 100%;
    background: #89b829;
    /*background: #b2eef3;*/
    transition: width ease-out;
}