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

}



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

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


#first-image {

width: 380px;
/*height: 384px;*/
background-color: none;

}


#second-image {

width: 380px;
/*height: 384px;*/
background-color: none;

}



#third-image{

width: 380px;
/*height: 380px;*/
}


#fourth-image {
background-color: none;
width: 380px;
/*height: 380px;*/

}


}/*tablet close dont delete*/





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


#first-image {

width: 480px;
/*height: 485px;*/

}



#second-image {

width: 480px;
/*height: 485px;*/

}


#third-image{

width: 480px;
/*height: 485px;*/
}


#fourth-image {
background-color: none;
width: 480px;
/*height: 485px;*/

}




} /*desktop close */













  

