.progressCircle {
    z-index: 820;
    position: absolute;
    bottom: 25vh;
    left: 50%;
    width: 35vh;
    height: 35vh;
    transform: translate(-50%, 50%);
    pointer-events: none;
}

.progressCircle > svg {
  height: 100%;
}

@media (orientation: landscape ) {
	.progressCircle {
        display: none;
    }
}