* {
	
margin: 0px;
padding: 0px;
box-sizing: border-box;

}




 /*--------------------------------------tablet below------------------------------------------*/

@media only screen and (min-width: 850px) {

#second-image, #third-image {

width: 380px;
/*380x2=760+40px gap*/

}


} /*tablet close*/





 /*--------------------------------------desktop below------------------------------------------*/
/*not 1000px so images dont go edge to edge*/
@media only screen and (min-width: 1050px) {


#second-image, #third-image, #fourth-image, #fifth-image, #sixth-image, #seventh-image, #eigth-image, #ninth-image {

width: 480px;
/*480x2=960+40px gap*/

}







} /*desktop close */













  

