#april-banner .button {
    text-indent: -9999px;
    width: 19.7%;
    height: 16%;
    bottom: 13%;
    left: 40.7%;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
    #april-banner img {
        max-width: 135%;
    }
}
@media screen and (max-width: 767px) {
    #april-banner .button {
        width: 64.6%;
        height: 5.4%;
        bottom: 40%;
        left: 17.5%;
    }
}