.sticky {
position: fixed;
top: 0;
width: 100%;
z-index: 2;
}

.button-large {font-size:1.4em !important;}

@media screen and (max-width: 480px) and (min-width:360px) {
    .button-large {font-size:.9em !important;}
}