@Media print {

	
footer {
display: none;
}
	
.flex-container-for-footer {
	display: none;	/*ok*/
}	
	
nav { 
	display: none;
	}
	
  .resp_image_new_not_centered {
    max-width: 40%; /* 8cm; */
    width: auto; /*the browser calculates the width*/
  }
	

/*  .fltlft_margin_RB {
    float: none;
  }
*/	
	img { 
		page-break-inside: avoid;
    	display: block;
		width: 10cm;
  }

/*	.resp_image_new_full_width {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%; 
} */
/* ---------------------------------------------------------- */
/* put aunty pat pics in a flex                               */
/* ---------------------------------------------------------- */
.flex_for_boxes {
	display: flex;
	flex-direction: row; /*default*/
	flex-wrap: wrap; /* nowrap is default */
	justify-content: space-between;
}
 
}