@import url('meta');

.pin {
    &.fixed {
        top: 0;
        position: fixed;
        z-index: 100;
    }
}