#device {
	float: right;
	width: 20%; margin: 0 0 0.5rem 2rem;
}

#tips .tip {
	display: block; position: relative;
}
#tips .image {
	display: block; position: relative; overflow: hidden;
	width: 100%; margin: 1rem 0 0 0; padding-bottom: 50%;
}
#tips .image img {
	display: block; position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	-o-object-fit: contain; object-fit: cover;
}
#tips .title {
	display: block; position: absolute;
	bottom: 0; left: 0; right: 0; padding: 1rem;
	background: #333c;
		-webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
	font-size: 1.125rem; font-weight: 700; color: #fff;
}
#tips .title a {
	text-decoration: none;
}
