
/* Desktops and laptops ----------- */  
@media only screen and (min-width : 1224px) {  
  /* Styles */  
  



.img-responsive {
	width:70%;
	height:auto;
}
}


/* Smartphones (portrait and landscape) ----------- */  
@media only screen and (min-device-width : 0px) and (max-device-width : 768px) {  
  /* Styles */  
.img-responsive {
	width:100%;
	height:auto;
}


}  