/* Block Visibility — responsive hide utilities */

@media (max-width: 719.98px) {
	.elvaro-hide-mobile {
		display: none !important;
	}
}

@media (min-width: 720px) and (max-width: 979.98px) {
	.elvaro-hide-tablet {
		display: none !important;
	}
}

@media (min-width: 980px) {
	.elvaro-hide-desktop {
		display: none !important;
	}
}
