#kv-1 {
    background: url('/sites/default/files/kv1-1.jpg');
    width: 710px;
    height: 80px;
    /* background-repeat: no-repeat; */
    margin: -5px 10px;
    background-size: cover;
    border-radius: 3px;
    text-align: center;
}
#kv-2 {
    background: url('/sites/default/files/kv2-1.jpg');
    width: 710px;
    height: 80px;
    /* background-repeat: no-repeat; */
    margin: -5px 10px;
    background-size: cover;
    border-radius: 3px;
    text-align: center;
}
#kv-3 {
    background: url('/sites/default/files/kv3-1.jpg');
    width: 710px;
    height: 80px;
    /* background-repeat: no-repeat; */
    margin: -5px 10px;
    background-size: cover;
    border-radius: 3px;
    text-align: center;
}

input.webform-draft.form-submit {
    width: 215px;
    height: 50px !important;
    font-size: 16px;
    background: #259ccf;
    color: #ffffff;
    border: none;
}