/* Approved landscape from the preview, bundled with the installable style.
   Source resolution: 1672 x 941; not native 4K. */
body {
  background-color: #09151e;
  background-image:
    linear-gradient(90deg, rgba(9,21,30,.35), rgba(9,21,30,.76) 30%, rgba(9,21,30,.76) 70%, rgba(9,21,30,.35)),
    linear-gradient(0deg, rgba(9,21,30,.35), rgba(9,21,30,.1)),
    url('images/vgaf-landscape.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 700px) {
  body { background-attachment: scroll; background-size: auto 100vh; }
}
