a.button {
    background: transparent;
}

@media screen and (max-width: 749px) {
    .banner__media.media.banner__media-half:first-of-type {
        width: 100%;
    }
    .banner__media.media.banner__media-half:not(:first-of-type) {
        display: none;
    }
}