@media only screen and (min-width: 390px) {
	br.xs-only {
		display: none;
	}
}

/* Devices section */
.section-devices .devices.spacing-updates {
	max-width: 700px;
}

.section-devices .devices.spacing-updates .device:nth-child(4), .section-devices .devices.spacing-updates .device:nth-child(5) {
	margin-top: 0;
}

@media only screen and (max-width: 1068px) {
	.section-devices .devices.spacing-updates .device:nth-child(4), .section-devices .devices.spacing-updates .device:nth-child(5) {
		margin-top: 31px;
	}
}

@media only screen and (max-width: 734px) {
	.section-devices .devices.spacing-updates .device:nth-child(4), .section-devices .devices.spacing-updates .device:nth-child(5) {
		margin-top: 40px;
	}
}

/* start: hero video wrapper */

@media only screen and (max-width: 734px) {
	.section-hero .video-wrapper {
		top: 96px;
		height: calc(100vh - 96px);
	}
}

/* end: hero video wrapper */

/* start: hero play pause button */

.section-hero .play-pause-hero-button {
	--gh-height: 96px;
}

/* end: hero play pause button */
