@media (max-width:991px) {
    body.poster {
        margin-top: 40vh;
    }
}

body.poster {
    background-attachment: fixed;
}

*,
*::before,
*::after {
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}