@media(max-width:1028px){
    body {
        background: url('small.png') #083617 no-repeat fixed center/contain;
    }
}
@media(min-width:1028px){
    body {
        background: url('schedule.png') #083617 no-repeat fixed center/contain;
        
    }
}
