/* -----------------------------------------------------


-------------------------------------------------------*/

.overlay {
  position: relative;
  width: 100%;
  height: 100%;
}

.overlay:after {
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: url('../img/overlay/bg.png') repeat !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
