html, body {
	height: 100%;
}


body {
	font: caption;
	font-size: 100%;
	margin: 0;
	padding: 0;
	font-family: "Noto Sans", "Open Sans", sans-serif;
	background: center fixed no-repeat;
	background-size: cover;
}

.addng-main-container {
	background-color: white;
	color: #000;
	margin: auto;
	min-height: 100%;
	border: 1px solid #dddddd;
	border-width: 0 1px;
	display: table;
}

.addng-header {
	font-size: medium;
	padding: 10px 0px;
	position: fixed;
	top: 0;
	z-index: 1;
	background-color: white;
	max-height: 50px;
	border-bottom: 1px solid #eee;
}

.addng-header-sponsor-domain {
	font-size: 12px;
}

.addng-header-sponsor-domain a {
	text-decoration: none;
}

.addng-header-sponsor-name {
	font-size: small;
}

.addng-header-sponsor-info {
	float: right;
	margin-right: 13px;
	font-size: 1.5em;
}

.addng-header-sponsor-img, .addng-header-sponsor-name {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.addng-header-sponsor-img {
	margin-left: 10px;
}

.addng-header img {
	max-height: 32px;
	max-width: 100%;
	width: auto !important;
	min-height: 16px;
}

.about-open {
	display: inline-block;
	right: 6px;
	position: absolute;
	top: 10px;
	width: 16px;
	line-height: 16px;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	border: 1px solid #aaa;
	font-weight: bold;
	cursor: pointer;
}

.about {
	font-size: small;
	background-color: #fafafa;
	margin: 10px;
	border: 1px dashed #aaa;
	padding: 5px 10px;
	display: none;
}

.about-close {
	float: right;
	margin: -15px -18px;
	background-color: #eee;
	cursor: pointer;
	font-size: 16px;
	line-height: 16px;
	color: #666;
	padding: 5px;
	border-radius: 50%;
}

.addng-body {
	padding: 60px 0;
}

.addng-cta-button, div.button-style, .addng-list-cta-button {
	text-decoration: none;
	background-color: var(--brand-color, red);
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	padding: 0.4em 2.5em;
	border-radius: 0.3em;
	font-weight: normal;
	border: 1px solid var(--brand-border-color, red);
	display: inline-block;
	font-weight: bold;
	min-width: 50%;
	box-sizing: border-box;
	text-align: center;
}

.addng-cta-button:hover, div.button-style:hover {
	background-color: white;
	color: var(--brand-color, red);
	cursor: pointer;
}

.addng-list {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	margin-top: 5px;
	/* padding: 0 1em; */
}

.hero .item {
	width: 100%;
	margin-bottom: 1em;
}

.hero .description {
	padding: 0 1em;
	color: #444;
	margin-bottom: 1em;
	font-size: smaller;
}

.addng-cta {
	margin-top: 1em;
	text-align: center;
}

.addng-footer {
	background-color: rgba(255, 255, 255, 0.85);
	bottom: 0px;
	position: fixed;
	border-top: 1px solid #eee;
	padding: 3px 0;
	display: flex;
	justify-content: space-evenly;
}

.addng-footer>div {
	width: calc(20px + 0.5vmin);
	max-width: 30px;
	max-height: 30px;
	text-align: center;
}

.addng-footer>div:first-of-type {
	text-transform: uppercase;
	color: #444;
	letter-spacing: 1px;
	line-height: 25px;
}

.addng-footer a {
	text-decoration: none;
}

.addng-like {
	line-height: 0;
}

.addng-main-container, .addng-header, .addng-footer {
	max-width: 600px;
	width: 600px;
}

#instant-video:not(:fullscreen) {
	max-height: 300px;
}

@media (min-aspect-ratio: 8/5) and (max-height: 800px) {
	.addng-main-container, .addng-header, .addng-footer {
    max-width: 400px;
    width: 400px;
}
}

@media (max-width: 600px) {
	body {
		background: none !important;
		font-size: 90%;
	}

	.addng-main-container, .addng-header, .addng-footer {
		max-width: 99vw;
		width: 99%;
	}
}

@media (max-width: 800px) {
	body {
		font-size: 90%;
	}

	.addng-footer a.button-style, div.button-style {
		padding: 0.4em 1em;
	}

	.addng-main-container {
		margin: 0;
	}
}