@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.project-listing .view-content > * {
		
		
		width: 100%;
	}
	
	
	
}