#vc-widget-content {
    height: 69px;
    width: 148px;
    background-color: #f7f5f5;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.vc-container {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 71px;
    height: 69px;
}

#vc-watch,
#vc-second,
#vc-second-shadow,
#vc-minute,
#vc-hour {
    width: 71px;
    height: 69px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#vc-logo {
    flex: 1 1 auto;
    max-width: 100%;
    height: auto;
    max-height: 61px;
    padding: 4px 5px;
    display: block;
    object-fit: contain;
}

#vc-second-shadow {
    left: 2px;
}

.vc-needle {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 46.3% 50%;
    will-change: transform;
    pointer-events: none;
}
