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

}




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

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




#second-image, #third-image, #fourth-image{

width: 240px;
height: 662px;
background-color: none;
overflow: scroll;

}




}




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



/*3up in desktop version*/
#second-image, #third-image, #fourth-image{

width: 306px;
height: 662px;
background-color: none;
overflow: scroll;

}








} /*desktop close */













  

