.petabot-iframe {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 125px;
	height: 125px;
	border: none;
	z-index: 9999999999;
	overflow: visible;
	background: transparent;
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }

  .petabot-iframe.expanded {
	width: 475px;
	height: 685px;
  }

