
.circle {
    width: 120px;
    margin: 15px 2px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.circle strong {
    position: absolute;
    top: 30px;
    left: 2px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 28px;
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle span {
    display: block;
    color: #aaa;
    margin-top: 12px;
}


@media (max-height: 600px), (max-width: 480px) {
    .credits {
        position: inherit;
    }
}