Vorlage:Banner/styles.css

Aus Wikivoyage
/*
	for Banner template
*/

.voy-banner {
	clear: both;
	position: relative;
	margin: 0 0 1em;
	max-width: 1800px; 
	overflow: hidden;
	height: auto;
}
.voy-banner img {
	max-width: 100%;
	height: auto;
}
.voy-banner .voy-banner-img-title {
	position: absolute;
	padding: 3px 5px;
	width: auto;
	left: 5px;
	bottom: 5px;
	background: #000000;
	background: rgba(0,0,0,0.3);
	border-radius: 4px;
	color: white;
}
@media (max-width: 720px) {
	.voy-banner {
		display: none;
	}
}
.voy-banner.voy-banner-show-mobile {
	display: block;
}