/**
 * @version     CVS: 1.0.4
 * @package     com_journalclub
 * @copyright   2024 Logic Solution
 * @license     GNU General Public License versione 2 o successiva; vedi LICENSE.txt
 * @author      Logic Solution <hosting@logicsolution.com>
 */


.photo-article {
  width: 90% !important;
  height: auto;
  margin-bottom: 50px;	
}

@media (max-width:992px) {
	.photo-article {
	  width: 100% !important;
	}
}