#news {
    background: url(../images/news.jpg) no-repeat fixed top ;
    height: 520px;
    position: fixed;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
}
#main_news {
    background: url(../images/clogo.svg) no-repeat top left white;
    background-size:  600px 600px;
    margin-top: 300px;
}
#main_news:before {
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0px;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -50px;
    opacity: 1;
    -webkit-box-shadow: 0 -20px 20px -20px #25305687, 0 -10px 15px -20px #253056;
    box-shadow: 0 -20px 20px -20px #25305687, 0 -10px 15px -20px #253056;
}
