/**
 *
 * Quote attachments in posts. An extension for the phpBB Forum Software package.
 *
 * @copyright (c) 2019, 3Di, https://phpbbstudio.com
 * @license GNU General Public License, version 2 (GPL-2.0)
 *
 */
blockquote .postimage, .quotecontent .postimage {
	max-height: 250px;
	              /*max-height: 570px !important;*/
                  /*max-width: 570px !important;*/
                  width: calc(100% - 0px);
}
