.flash {
    left: 50%;
    max-width: 700px;
    position: fixed;
    top: 103px;
    transform: translateX(-50%);
    z-index: 101;
}