#main-header {
    background: url('../images/page-head.jpg')no-repeat top center;
}

.main-img {
    background: url('../images/live_betting1.jpg') no-repeat center center;
}

.page-icon {
    background: url('../images/sports_logo.png')no-repeat center center;
}

.mid-content {
    background: url('../images/live-betting_mid.jpg')no-repeat center center;
}

.box1 {
    background: url('../images/livebetting_side1.jpg');
}

.box2 {
    background: url('../images/livebetting_side2.jpg');
}

.box3 {
    background: url('../images/livebetting_side3.jpg');
}

.boxLive {
    width: 290px;
    height: 331px;
    margin: 13px 0;
    background: url('../images/live_banner.jpg');
    border-radius: 6px;
    border: 1px solid rgba(18, 21, 26,1);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3),0 1px 1px 0 rgba(0,0,0,0.2),0 2px 1px -1px rgba(0,0,0,0.2);
}

.page-img {
    margin-top: -375px;
}

.empty {
    width: 100%;
    height: 75%;
}

.cta {
    width: 100%;
    height: 25%
}


@media only screen 
and (min-width : 1025px) {

    #main-header {
        width: 100%;
        height: 198px;
        background: url('../images/page-head.jpg')no-repeat top center;
    }

}