.banner_trigger {
	position: fixed;
	bottom: 0;
	right: 50%;
  transform: translateX(50%);
	z-index: 99;
	width: 100%;
	max-width: 750px;
  display: none;
}