.site-name {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0px;
    text-shadow: 0px 0px 10px #9B9EDC;
    position: absolute;
    left: 50%;
    line-height: 24px;
}

#mids {

    background-size: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
    overflow: hidden;
    height: 57%;
    top: 133px;
    left: 0;
}

span.flashing:before {
    background: rgba(0, 255, 254, 0.02);
    width: 15px;
    height: 15px;
    margin: -7.5px 0 0 -7.5px;
}

span.flashing:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    z-index: 2;
    animation: flash 3s both infinite;
    cursor: pointer;
}

span.flashing:after {
    background: #9B9EDC;
    box-shadow: 0px 0px 15px 0px #9B9EDC;
    width: 31px;
    height: 31px;
    margin: -15.5px 0 0 -16.5px;
}

span.flashing:after,
span.flashing:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    z-index: 2;
    animation: flash 3s both infinite;
    cursor: pointer;
}

.site-name.p1 {
    margin-left: -27%;
    top: 106px;
}

.site-name {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0px;
    text-shadow: 0px 0px 10px #9B9EDC;
    position: absolute;
    left: 50%;
    line-height: 24px;
}

.site-name.p2 {
    margin-left: -15%;
    top: 100px;
}

.site-name.p3 {
    margin-left: 1%;
    top: 96px;
}

.site-name.p4 {
    margin-left: 15%;
    top: 108px;
}

.site-name.p5 {
    margin-left: 30%;
    top: 99px;
}

.site-name i {
    visibility: hidden;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
}

.site-name:hover i {
    visibility: visible;
    animation: fadeIn 0.75s both;
}

span.flashing:after,
span.flashing:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    z-index: 2;
    animation: flash 3s both infinite;
    cursor: pointer;
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

span.flashing {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 10px 0px #9B9EDC;
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
    float: left;
    z-index: 4;
    cursor: pointer;
}

span.flashing1 {
    width: 35px;
    height: 35px;
    background: url('p.png');
    background-size: 100% 100%;
    float: left;
}

span.flashing2 {
    width: 35px;
    height: 35px;
    background: url('ps.png');
    background-size: 100% 100%;
}

span.flashing3 {
    width: 35px;
    height: 35px;
    background: url('p.png');
    background-size: 100% 100%;
}

span.flashing4 {
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
    background: url('ps.png');
}

span.flashing5 {
    width: 35px;
    height: 35px;
    background: url('ths.png');
    background-size: 100% 100%;
}