#sept-banner {
    overflow: hidden;
}
#sept-banner .button {
    text-indent: -9999px;
    width: 15%;
    height: 13%;
    bottom: 14%;
    right: 21.4%;
}

@media screen and (max-width: 1450px) {
}

@media screen and (max-width: 767px) {
    #sept-banner .button {
        width: 47%;
        height: 8%;
        bottom: 8.2%;
        right: 26.4%;
    }
}

@media screen and (max-width: 567px) {
}