.block-image { 
    max-width: 100%;
}

#media-spots ul {
    list-style: none;
}

#media-spots ul li {
    float: left;
    margin: 0 2% 1em 0;
    width: 31%;
}

#media-spots ul li img {
    max-height: 125px;
}

h1, h2, h3 {
    clear: both;
}

.clear {
    clear: both;
}

@media only screen and (max-width: 480px) {
    #media-spots ul li {
        width: 48%;
    }
}