/* Mobile */
@media (max-width: 767px) {
#navbarSupportedContent{
	  visibility: none; 
  }
}

/* Laptop and larger */
@media (min-width: 1024px) {
  
}
.banner_black {
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.3),
        rgba(0,0,0,0)
    );
    z-index: 2;
    pointer-events: none;
}