.LowerRightCornerIcon{

}
.LowerRightCornerIcon{
  flex-direction: column;
  align-items: flex-end;
}
.event-icon-wrapper {
  position: static;
  right: initial;
  bottom: initial;
  margin-bottom: 2vw;
}

.breathingLight{
  /* display: none; */
}
/*.breathingLight{
  width: 100px;
  height: 100px;
  display: block;
  z-index: 99998;
  margin-bottom: 2vw;
}

 .marble-icon {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  box-shadow: 0 0 7px #fff, -7px 0 26px #f0f, 7px 0 26px #0ff, inset 0 0 16px #000, inset 16px 0 26px #f0f,
              inset -16px 0 26px #0ff, inset 16px 0 100px #f0f, inset -16px 0 100px #0ff;
  animation: pulsate 6s linear infinite;
}
.marble-icon .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: normal;
  text-align: center;
  font-family: sans-serif;
  font-size: 13px;
  color: #fff;
  font-weight: bolder;
  text-shadow: -1px 0 purple, 0 1px purple, 1px 0 purple;
}
.marble-icon .num { font-size: 18px; }
.isSmall .content { font-size: 9px; }
.isSmall .num { font-size: 16px; }

@keyframes pulsate {
  50% {
      box-shadow: 0 0 7px #fff, 7px 0 26px #f0f, -7px 0 26px #0ff, inset 0 0 16px #fff, inset -16px 0 26px #f0f,
                  inset 16px 0 26px #0ff, inset -16px 0 100px #f0f, inset 16px 0 100px #0ff;
  }
} */