
/** ADD YOUR AWESOME CODES HERE **/
.first-section::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: block;
     background: rgba(0,0,0,0.1) !important;
     opacity: 0;
}