.lead-gens {
    position:relative !important;
    width: 100%;
    height: 100% !important;
    min-height: 1000px;
    border: none;
    overflow: hidden;
    margin-left:-20px;
}  
/* Media Query for Mobile Devices */
 @media (max-width: 480px) {
    .lead-gens {
		height:100% !important;
		min-height: 3000px;
		margin-left:0;
    }
}
/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    .lead-gens {
		height:100% !important;
		min-height: 2500px;
		margin-left:0;
    }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px){
	.lead-gens {
		height:100% !important;
		min-height: 2500px;
		margin-left:0;
    }
}