#connect-frame {
    bottom: 70px !important;
    left: initial !important;
    max-height: calc(100% - 90px) !important;
    min-height: initial !important;
    z-index: 999999 !important
}

#connect-web-assistant-shadow {
   bottom: 150px !important;
   left: initial !important;
   max-height: calc(85% - 90px) !important;
   min-height: initial !important;
}
  
  @media only screen and (max-width: 768px) {
          #connect-frame {
			  max-height: 80% !important;
			  min-height: initial !important;		

			}
			
		  #connect-frame[style*="width: 100%"] {
			  border-bottom-style: solid !important;
			  border-bottom-color: #062B80 !important;	
			  box-shadow: 0 8px 10px rgba(192,192,192,0.8)
		  }
		  

  }
