bonbon-modal {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	z-index: 2147483647; /*2147483648*/
	--cobrand-max-width: 300px;
	top: unset;
	position: fixed;
	bottom: -150vh;
	left: 0px;
	transition: 0.75s bottom ease-in-out;
}

bonbon-modal.fixed {
	visibility: visible;
	bottom: 0vh;
	width: 100vw;
	height: 100vh;
	top: 0;
}

bonbon-bookmark {
	float: right;
	padding-top: 6px;
	z-index: 2147483646;
}

bonbon-menu {}

bonbon-giftbox, bonbon-ticker{z-index:2147483645;position:absolute;}
bonbon-gift {width:var(--bb-gift-width,65px);height:var(--bb-gift-height,65px);display:block;}
bonbon-modal .vjs-hide-top-articles {
	height: auto !important;
}

bonbon-modal #inline-sign-in iframe {
	border: none;
	height: 300px;
}