.tabloid figure {
	margin-bottom: 1rem;
}

.tabloid figure img {
	aspect-ratio: auto 5/4;
}

pre {
	background: #f6f6f6;
	padding: 1rem;
	border: 1px solid #eee;
}

img[src="enceladus.jpeg"] {
	border: 1px solid #eee;
	padding: 5px;
	background: white;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.333);
}
.warn {
	position: relative;
	background: white;
	margin: 2rem 0;
	padding: .5rem;
	text-align: center;
  }
  .warn::before {
	content: "";
	position: absolute;
	top: -.5rem;
	bottom: -.5rem;
	background: gold;
	left: -.5rem;
	right: -.5rem;
	z-index: -1;
	background-image: linear-gradient(-45deg, transparent 33%, #000 33%, #000 66%, transparent 66%);
	background-color: gold;
	background-size: 8rem 4rem;
	background-repeat: repeat;
	box-shadow: 0 0 4px rgba(0,0,0,0.666);
  }

@media screen and (min-width: 40rem) {
	img[src="enceladus.jpeg"] {
		float: right;
		margin-left: 1rem;
	}
}