figure.gtxfimage {
    display:table;
    margin-top: 16px;
}

figure.gtxfimage img { 
	max-width: inherit;
	width: 100%;
	display: block;
	margin-bottom: 3px;
}

figure.gtxfimage figcaption { 
	margin: 0 0 5px;
	line-height: 1.2;
	font-size: 90%;
	display: table-caption;
	caption-side: bottom;
}

figure.gtxfimage figcaption.fig-cap { 
	font-weight: bold;
}

@media only screen and (min-width: 481px) {

	.alignright {
	    margin-left: 1.5em;
	    float: right;
	}

	.alignleft {
	    margin-right: 1.5em;
	    float: left;
	}
}