.circle {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    text-align: center;
    min-height:220px;
    
}

    .circle canvas {
        height: 140px!important;
        width: 140px!important;
    }

    .circle strong {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 40px;
        font-size: 32px;
    }

        .circle strong i {
            font-style: normal;
            font-size: 0.6em;
            font-weight: normal;
        }

    .circle span {
        display: block;
        color: #aaa;
        margin-top: 15px;
        margin-bottom: 20px;
    }

.carousel-control.right, .carousel-control.left {
    background-image: none !important;
}

