@media screen and (min-width:1330px) {
#site-header-wrapper{
    width: 1300px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 15px;
}

#site-header-wrapper .header-background{
    border-radius: 30px;
    background-color: rgba(255,255,255, 0.8)!important;
}
}