.edc-circle-container {
    display: none;
}

.edc-circle {
    border: 5px solid rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    position: absolute;
    transform-origin: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.edc-circle-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 525px;
    height: 525px;
}
.edc-circle-2 {
    width: 877px;
    height: 877px;
}
.edc-circle-3 {
    width: 1274px;
    height: 1274px;
}
.edc-circle-4 {
    width: 1671px;
    height: 1671px;
}
.edc-circle-5 {
    width: 2070px;
    height: 2070px;
}
.edc-circle-6 {
    width: 2470px;
    height: 2470px;
}
.edc-circle-7 {
    width: 2870px;
    height: 2870px;
}
.edc-circle-8 {
    width: 3270px;
    height: 3270px;
}
.edc-circle-9 {
    width: 3670px;
    height: 3670px;
}

@media only screen and (min-width : 1025px) {
    .edc-circle-container {
        display: block;
    }
}