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

}


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

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

#third-image, #fourth-image{
background-color: none;
width: 380px;
height: 380px;

}


}



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




#third-image, #fourth-image{
background-color: none;
width: 480px;
height: 480px;

}



} /*desktop close */













  

