

@media

(-webkit-min-device-pixel-ratio: 2),

(min-resolution: 192dpi) {
/* Retina graphics */
	.logo_img{
		width:auto !important;
		height:auto !important;
	}
	.tweets-title{
		
	}

}
	

/* only include 2x size image for 'non-retina' screens */

@include if-max-resolution(1.49) {



}

/* only include 2x size image for 'retina' screens */

@include if-min-resolution(1.5) {


}