.floating {
 width: 100%;
}
.fixed {
 position: fixed;
 top: 0px;
 z-index: 9999;
}