Template:Full-width-image/styles.css

From mediawiki.org
.full-width-image {
	position: relative;
	overflow: hidden;
	max-width: 1800px;
	height: auto;
	margin-bottom: .6em;
}

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