- position: absolute;
- @include size(top, 49px);
- left: 0;
- @include size(right, 10px);
- z-index: 400;
-
- @media screen and (min-width: 24em) {
- right: auto;
- }
-
- @media screen and (min-width: 53em) {
- display: block !important;
- position: static;
- @include size(margin-left, 6px);
- }