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

/* Start: Hero section video wrapper */

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

/* Start: Hero section video wrapper */

/* Start: 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;
	}
}

/* End: Devices section */
