.column-buttons {
   
    bottom: 0;
    position: absolute;
}

@media only screen and (max-width: 480px) {
        .column-buttons {
            bottom: auto;
        }
}

@media only screen and (max-width: 480px) {
        .column-top-margin {
            margin-top: 50px;
        }
}