/* ========= Tournament ======== */


 @media only screen and (max-width: 1530px) {
    /* body {
        overflow-x: scroll;
    } */
}

.event-bg{
    background: url(../images/home/bg-cn-newyear-2019.jpg) top center no-repeat #000;
    background-size: contain;
} 

.side-event-banner{
    height: 372px;
    width: 194px;
    position: absolute;
    left: -178px;
    background: url('../images/home/banner-cn-newyear-2019.png') no-repeat;
}


#nav-menu>div>div>ul>li:nth-child(6) {
    position: relative;
}

li .new-logo {
    position: absolute;
    width: 32px;
    top: -3px;
    right: -3px;
}

li .new-logo img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.nav-item {
    position: relative;
}

.nav-item .new-logo img {
    position: absolute;
    width: 34px;
    top: -4px;
    right: -7px;
}