div.notifications {

position: fixed;
top: 50px;
left: 50%;
@include transform(translateX(-50%));

}