/* index.css - define styles specific to the index page only */
#frontPageASB {
    margin-top: 30px;
}
#frontPageASB article {
    text-align: center;
    float: left;
    width: 33.33%;
}
#frontPageASB article img {
    width: 100%;
    height: auto;
    padding: 0 15px;
}
@media (min-width: 641px) and (max-width: 1280px) {
    #frontPageASB .max-width-wrapper>.row {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (min-width: 421px) and (max-width: 640px) {
    #frontPageASB article {
        width: 50%;
        padding-bottom: 30px;
    }
    #frontPageASB .max-width-wrapper>.row {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (max-width: 420px) {
    #frontPageASB article {
        width: 80%;
        padding-bottom: 30px;
        float: none;
        display: block;
        margin: auto;
    }
}