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

}




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

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



#second-image, #fifth-image {

width: 440px;
height: 530px;
margin-top: 40px;

}


#third-image, #fourth-image {

width: 320px;
height: 530px;
margin-top: 40px;

}



}



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




#second-image, #fifth-image {

width: 560px;
height: 675px;

}


#third-image, #fourth-image {

width: 400px;
height: 675px;

}






} /*desktop close */













  

