/**
 * This targets the Webkit browser engine
 * which includes Safari and Chrome.
 */
 
@media screen and (-webkit-min-device-pixel-ratio:0) {

.class/id {
	
	}
	
	
	
	
/* Safari only override */

::i-block-chrome,.class/id {
	
	}
	
}