CSS media query özelliğini kullanıp şu şekilde yapabilirisin

@media screen and(max-width:472) {
.menu {
position: fixed;
bottom: 0;
}
}