/* nur temporaer, solange keine gleich grossen Bilder vorliegen */
/* max-width = min ( h ) / 3 * 4 = 524 px / 3 * 4 = 699 px      */
.img_container_ratio_4_3 {
  max-width:	699px;
}

