@media screen and (min-width: 780px){
	.mobile--only{
		display: none;
	}

	.is-mobile {
		display: none !important;
	}

	.subtitlePromo.is-mobile {
		display: none !important;
	}
}