.sx_design_moving_bg {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #0c71c3;
}
.sx_design_moving_bg * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.sx_design_moving_bg .sx_moving_block {
    position: absolute;
    width: 50px;
    height: 100px;
    background: #0c71c3;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2);
    display: none;
}
.sx_design_moving_bg h3 {
    color: white;
    text-align: center;
    font-size: 3rem;
    line-height: 3rem;
    z-index: 1000;
    min-width: 50vw;
    font-weight: 700;
    padding: 20px 50px 40px;
    background-color: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.5);
}
.sx_design_moving_bg h3 span {
    font-size: 0.35em;
    letter-spacing: 0.5em;
    font-weight: 400;
    text-transform: uppercase;
}