#feb-banner .button {
    text-indent: -9999px;
    width: 13%;
    height: 15%;
    bottom: 17%;
    right: 31.4%;
}

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

@media screen and (max-width: 767px) {
    #feb-banner .button {
        width: 50%;
        height: 9%;
        bottom: 8.2%;
        right: 25.4%;
    }
}

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