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

}



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

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


#first-image {

width: 515px;
height: 384px;
background-color: none;

}


#second-image {

width: 245px;
height: 384px;
background-color: none;

}



#third-image{

width: 430px;
height: 380px;
}


#fourth-image {
background-color: none;
width: 330px;
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: 650px;
height: 485px;

}



#second-image {

width: 310px;
height: 485px;

}


#third-image{

width: 545px;
height: 485px;
}


#fourth-image {
background-color: none;
width: 415px;
height: 485px;

}




} /*desktop close */













  

