.marathon-title h1 {
    font-family: 'Roboto', sans-serif;

}
#marathon-sponsor {
    width: 200px;
    height: auto !important;
}
@media screen and (min-width: 1200px ) {
    #module-marathon #sponsorby {
        position: relative;
        top: 206px;
        left: 253px;
    }
    #module-marathon #livecoverage {
        position: absolute;
        top: 431px;
        left: 861px;
        width: 200px;
        font-size: 12px;
    }
}
@media screen and (max-width: 1199px ) {
    #module-marathon #sponsorby {
        position: relative;
        top: 206px;
        left: 103px;
    }
    #module-marathon #livecoverage {
        position: absolute;
        top: 431px;
        right: 50px;
        width: 200px;
        font-size: 12px;
    }
}
@media screen and (max-width: 767px ) {
    #module-marathon #sponsorby {
        display: none;
    }
    #module-marathon #livecoverage {
        display: none;
    }
}