.mtp-display {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: $c-primary;
    color: $c-text;
    text-align: center
}
.mtp-display__time {
    font-size: 45px;
}
.mtp-display__meridiem {
    font-size: 20px;
    text-transform: uppercase;
}
