@media only screen and (max-width: 735px) {
	.typography-headline-elevated {
		font-size: 36px;
	}
}
@media only screen and (max-width: 376px) {
	.typography-headline-elevated {
		font-size: 34px;
	}
}

/* PLAY button video-item-devices */

@media only screen and (max-width: 353px) {
	.video-item-devices .video-poster-play-button {
		top: 70px;
	}
}
