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

}






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


/*if you dont define height the shorter one will flex to larger ones height, 
okay in this case*/





} /*desktop close */













  

