#cap-banner .button {
    text-indent: -9999px;
}
#cap-banner span.button {
    width: 15.4%;
    height: 12%;
    left: 19.3%;
    bottom: 21%;
}
#cap-banner a.button {
    width: 15.5%;
    height: 12%;
    right: 5.1%;
    bottom: 19%;
}
@media screen and (max-width: 767px) {
    #cap-banner span.button {
        width: 51.4%;
        height: 6%;
        left: 24.3%;
        bottom: 43.4%;
    }
    #cap-banner a.button {
        width: 52%;
        height: 6%;
        right: 24.2%;
        bottom: 9.3%;
    }
}