/* max-width notwendig, solange 7/*.* nicht in voller Groesse verfuegbar ist.
 *
 * max-width = min ( h ) / 3 * 4 = 414 px / 3 * 4 = 552 px */
.img_container_ratio_4_3 {
  max-width:	552px;
}

