.button.small.button_default {
bottom: 42px;
    float: right;
    position: relative;
}

@media (max-width:767px){
.button.small.button_default {
    bottom: 0;
    float: none;
    position: relative;
    width: 100%;
}
}