/* =========================================
   GLOBAL BRAND SLICE
========================================= */

.brand-slice {
  position: fixed;
  top: -60px;
  left: -160px;

  width: 800px;
  height: 600px;

  background: url('/assets/brand/flare-slice.png') no-repeat;
  background-size: contain;

  opacity: 0.8;              /* subtle */
  pointer-events: none;
  z-index: 0;
}