#osc-button:hover .osc-tooltip{
    /*display: block !important;*/
    display: none !important;
}

#osc_frame.osc-widget-normal{
	bottom: 1px;
	/*min-height: 72px;
	min-width: 65px;*/
	overflow: hidden;
	position: fixed;
	right: 2px;
	/*width: 60px;
	height: 60px;*/
	width: 0;
    height: 0;
	z-index: 2147483600;
	/*transition: all ease-in-out 0.2s;*/
}

#osc_frame.osc-widget-normal.h-open-container, #osc_frame.h-open-container {
    height: 100%;
/*    max-height: calc(100% - 40px);*/
    min-height: 0;
    width: 100%;
    opacity: 1;
}

@media only screen and (max-device-width:667px),
only screen and (min-device-width:668px) and (max-device-width:900px) and (orientation:landscape) {
	#osc_frame.h-open-container {
		bottom: 0!important;
		height: 100%!important;
		max-height: 100vh!important;
		min-height: 100px!important;
		overflow: hidden;
		right: 0!important;
		left: 0!important;
		width: 100%!important
	}
	
}