.hero-image {
	margin-top: 2em;
	/* margin-bottom: 2em; */
	width: 100%;
	border-radius: 18px;
	max-width: 980px;
}

.section-video-hero {
	display: flex;
	justify-content: center;
}

img {
	border-radius: 10px;
}

.app-section a:hover {
	text-decoration: none !important;
}

.bg-banner {
	background-color: #fff;
}

body[data-color-scheme="dark"] .bg-banner {
	background-color: #000;
}

.app-icon {
	height: 64px;
	width: 64px;
	border-radius: 0;
}

.download-icon {
	font-size: 19px;
}

.app-section {
	display: flex;
	justify-content: space-between;
	padding: 1em 1.5em 0em;
	align-items: center;
	/* margin-top: 1.5em; */
	margin-bottom: 1.5em;
	/* border-radius: 10px;
			padding: 1.5em; */
}

.app-info {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1em;
}

@media only screen and (max-width: 734px) {
	.app-section {
		flex-direction: column;
		gap: 1.5em;
	}

	.app-section,
	.app-icon {
		align-items: flex-start;
	}
}

.app-text {
	display: flex;
	flex-direction: column;
}

.watch-device {
	max-width: 200px;
}

.grid-place-items-center {
	place-items: center;
}

/* ========== Video ========== */
.column-flex-center-video {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media only screen and (max-width: 734px) {
	.column-flex-center-video {
		align-items: flex-start;
	}
}

video:not(.hero-image),
video:not(.hero-image) img {
	width: 255px !important;
	height: 554.5px !important;
}

@media only screen and (max-width: 1068px) {
	video:not(.hero-image),
	video:not(.hero-image) img {
		width: 192px !important;
		height: 416px !important;
	}
}

@media only screen and (max-width: 734px) {
	video:not(.hero-image),
	video:not(.hero-image) img {
		width: 128px !important;
		height: 277px !important;
	}
}

.video-play-btn {
	margin-top: 1em;
	color: #06c;
}

body[data-color-scheme="dark"] .video-play-btn {
	color: var(--glyph-blue);
}

video:not(.hero-image) {
	max-height: unset !important;
	width: unset !important;
	max-width: unset !important;
}

body[data-color-scheme="dark"] .theme-dark-video,
body[data-color-scheme="light"] .theme-light-video {
	display: block !important;
}

body[data-color-scheme="dark"] .theme-light-video,
body[data-color-scheme="light"] .theme-dark-video {
	display: none !important;
}

/* ========== iPad Screen Scale ========== */
.device-ipad-pro-13-m4-silver-container.device-medium-for-large .device-screen {
	transform: scale(1.002);
}

/* ========== iPad Video Overrides ========== */
.device-ipad-air-13-m2-space-gray-container video:not(.hero-image),
.device-ipad-air-13-m2-space-gray-container video:not(.hero-image) img,
.device-ipad-pro-13-m4-silver-container video:not(.hero-image),
.device-ipad-pro-13-m4-silver-container video:not(.hero-image) img {
	width: 100% !important;
	height: 100% !important;
}

/* ========== iPad Small Screen Override ========== */
@media only screen and (max-width: 450px) {
	.device-ipad-pro-13-m4-silver-container.device-small-for-small {
		width: 290px;
		height: 222px;
	}

	.device-ipad-pro-13-m4-silver-container.device-small-for-small .device-screen,
	.device-ipad-pro-13-m4-silver-container.device-small-for-small[class*="device-animate"]:before,
	.device-ipad-pro-13-m4-silver.device-small-for-small .device-screen {
		top: 11px;
		left: 11px;
		width: 268px;
		height: 200px;
	}

	.device-ipad-pro-13-m4-silver-container.device-medium-for-large .device-screen {
		transform: scale(1.004);
	}

	.device-iphone-16-pro-titanium .device-screen {
		transform: scale(1.008);
	}
}

/* ========== Grid ========== */
#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}

#main section.section.section-article {
	padding-top: 2em;
	padding-bottom: 2em;
}
