@media only screen 
and (max-width: 800px) {

	html,body{
		overflow-x: hidden;
	}

	.current-image.blur{
	       -webkit-filter: blur(10px);
		   filter: blur(10px);
   	 transform: scale(0.95);
   	 transition: all 2s cubic-bezier(.87,1,.19,1.44)
	}
	
	.current-image.blur .arrow{
		display: none;
	}
}	


@media only screen and (max-width: 1025px) {
	
	.property-image  .grid{
		display: none;
	}
	}