#post-13 section.breakout.image::after {
    background-image: none;
}

@media (max-width: 768px) {
    .button-group .button {
        float: left;
        margin: 2px;
        width: 375px;
        text-align: left;
    }
    .button {
        padding: 8px;
        background: #f3f3f3;
    }
    .button-group{
        margin-bottom: 20px;
    }
    .btnlabel {
        padding: 7px 0;
        width: 375px;
    }
}
