/**
 * @author      Lefteris Kavadas
 * @copyright   Copyright (c) 2016 - 2025 Lefteris Kavadas / firecoders.com
 * @license     GNU General Public License version 3 or later
 */


.econaImage figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 0;
}

.econaImage img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

.econaImageCaption {
  font-size: 12px;
}

.econaImageCredits {
  font-style: italic;
  font-size: 12px;
}