.nvc-collage {
    position: relative;
    width: 160px;
    height: 128px;
}

.nvc-collage-count {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #299e26;
    font-weight: bold;
    text-align: center;
}

.nvc-collage img {
    position: absolute;
    display: inline-block;
    width: 96px;
    height: 96px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.nvc-collage-1 img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nvc-collage-2 img {
    top: 50%;
    transform: translateY(-50%);
}
.nvc-collage-2 img:nth-of-type(1) {
    left: 0;
}
.nvc-collage-2 img:nth-of-type(2) {
    right: 0;
}

.nvc-collage-3 img:nth-of-type(1) {
    left: 0;
    top: 0;
}
.nvc-collage-3 img:nth-of-type(2) {
    right: 0;
    top: 0;
}
.nvc-collage-3 img:nth-of-type(3) {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
