/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#location-promotion{
    text-align: center;
    margin-bottom: 30px;
}

#location-promotion .location-promotion-mobile{
    display: none;
}

#location-promotion img{
    max-width: 100%;
}

@media all and (max-width: 1099px) {
    #location-promotion .location-promotion-mobile{
        display: block;
    }
    #location-promotion .location-promotion-desktop{
        display: none;
    }
}