.bgblue{
    background-color: #0E0D1E;
    width: 100%;
    text-align: center;
} /* Discart */

/* Animations*/

/* static */
#static{
    margin: 0 auto; /* <<< remove */
    /* For responsive devices use scale in this id ex:
    transform: scale(0.5)
    */
}

#static{
    width: 100%;
    height: 233px;
}
#static .content{
    width: 100%;
    height: 233px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#static .bg{
    width: calc(50% - 154.5px);
    max-width: 694px;
    height: 96px;
}
#static .bg.one{
    background: url('img/static/bg1.svg') no-repeat right center;
}
#static .bg.two{
    background: url('img/static/bg2.svg') no-repeat left center;
}
#static .coin{
    width: 165px;
    margin: 0 72px;
    height: 233px;
    background: url('img/static/coin.svg') no-repeat left top;
}