.award-color-background {
    background-image: url(https://ironman.kleecks-cdn.com/cdn1/attachments/photo/5dba-198596951/IM24_ACA_Web_Event_Page_BG_450-final-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 10px;
    background-position: top;
    width: 100%;
    height: auto
}

@media only screen and (max-width:750px) {
    .award-color-background {
        background-image: url(https://ironman.kleecks-cdn.com/cdn1/attachments/photo/0611-198591523/mobile2.jpg)
    }
}