﻿#svgWrapper {
    width: 320px;
    height: 320px;
    position: relative;
    svg {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        overflow: hidden;
    }
}
