@media(max-width:767px){ 
.thePointIs-home {
	position:relative;
	z-index: 1;
}
.thePointIs-home:after {
	content: "";
    position: absolute;
	background: #ECECEC;
    border-radius:  0;
    right: -0.2rem;
	left: -2rem;
    top: 0;
    height: 100%;
	z-index: -1;
    
}	
}