﻿#content .contextualPromotion{
    margin-top: 20px;
}
#content .contextualPromotion h4{
    color: #d93988;
    font-family: "Humanist777BT-NormalB", Arial, Verdana, Geneva, sans-serif;
    font-size: 2.4em;
    background: url(/content/images/motorcycle/womensMotorcycleFoundation/ribbon.png) no-repeat left 16px;
    padding-left: 45px;
    padding-top: 10px;
    margin-bottom: 7px;
}
#content .contextualPromotion .bike{
    float: right;
    margin-left: 20px;
}
@media screen and (max-width: 480px) {
    #content .contextualPromotion .bike{
        display: none;
    }
}
@media screen and (min-width: 480px) {
    #content .contextualPromotion{
        width: 80%;
        padding: 0 10%;
    }
}