@media (max-width: 767px) {
	.sticky-call-wrapper.visible {
		opacity: 1;
		transform: translateY(0);
	}
}