/*============================================================= 
BREAK POINTS
============================================================= */
/*============================================================= 
MIXINS
============================================================= */
/*============================================================= 
COLORS
============================================================= */
/* ===================================
DESIGN MODE 
=================================== */
/* primary */
/* secondary */
/* base */
/* misc */
/* ===================================
WIREFRAME MODE 
=================================== */
/* ===================================
   DESIGN MODE 
   =================================== */
.block-streak {
  /* structure */
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 520px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
  background-attachment: fixed !important;
  text-align: center;
}
@media (max-width: 576px) {
  .block-streak {
    background-attachment: scroll !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block-streak {
    background-attachment: scroll !important;
  }
}

/*# sourceMappingURL=streak.css.map */
