#dec-banner {
    margin-top: 30px;
    margin-bottom: 30px;
}
#dec-banner img {
    box-shadow: 0px 1px 7.84px 0.16px rgba(0, 0, 0, 0.2);
}
#dec-banner .button {
    right: 28.7%;
    width: 13.1%;
    height: 15%;
    bottom: 17.7%;
    text-indent: -9999px;
}
@media screen and (max-width: 767px) {
    #dec-banner .button {
        width: 53.7%;
        height: 11.5%;
        bottom: 7%;
        right: 23%;
    }
}