

body {
    font-size: 1.1rem;
}

.image-container{
  display: flex;
  /*flex-basis: 95%;*/
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content: center;
  /*text-align: center;		*/
}

/*.image-container img {
  width: 100%;
  margin: 5px;
  box-sizing: border-box;
  text-align: center;
}*/


.img_inf_page{
	display: flex;
	flex-basis: 49%;
	text-align: center;
	padding: 0 0 0 0;
	/*margin: 0 0 0 0;*/
	margin: auto;
}
.img_inf_page figure img {
	width: 100%;
}
.img_inf_page figcaption {
	padding: 0 5px 0 5px;
	font-size: 0.8rem;
}


.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.left-column {
  flex-basis: 47%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.right-column {
  flex-basis: 47%;
  padding: 0 3% 0 3%;
}

@media (max-width: 768px) {
	.flex-container {
		flex-direction: column;
	 }  
	.left-column {    
	 	flex-basis: 100%;
	 }
	.right-column {
		flex-basis: 100%;
	}
	.image-container img {
		width: 100%;
		margin: 7px;
	}
	.image-container {
		width: 100%;
		/*flex-basis: 100%;*/
		/*margin: 7px;*/	    
		text-align: center;
	}

}
