@media (min-width: 1024px){#botIframe{
	width: 440px; 
	height: 600px;
	z-index: 9999; 
	position: fixed; 
	bottom: 0; 
	right: 0; 
	border: none
}}


@media (max-width: 1023px){#botIframe{
	width: auto; 
	height: 600px;
	z-index: 9999; 
	position: fixed; 
	bottom: 0; 
	right: 0; 
	border: none
}}