/**
 * This file should contain frontend styles that 
 * will be applied to all module instances.
 */

.fl-success-story {text-align: center;}



.aspectRatioSizer {
  display: grid;
	margin-bottom: 20px; 
}

.aspectRatioSizer img {max-width: 100%; max-height: 100%; width: 100%; height: auto;}

.aspectRatioSizer > * {
  grid-area: 1 / 1 / 2 / 2;
}





h3.thetitle {font-size: 20px; font-weight: 700; margin-bottom: 10px;}

h4.thedesignation { font-size: 16px; font-style: italic;}

.details img {max-width: 200px; margin: 20px auto 20px; float:none;}