
/* OTT Promo Adhesion */
#ott-promotion-block .adhesive-wrapper{
	background-color: black;
	display: block;
	overflow: hidden;
}
#ott-promotion-block .adhesive-wrapper.adhesive-on {
	border: 1px solid #ccc;
	border-top: 3px solid #ffb317;
	box-shadow: 2px 2px 10px -2px #000000;

	max-height: 278px;
	margin-bottom: 15px;
	margin-right: 15px;
	overflow: hidden;
	width: 415px;

	position: fixed; bottom: 80px; right: 0; top: initial !important;

	z-index: 100;
}
	#ott-promotion-block .adhesive-wrapper.adhesive-on .logo-container {
		padding: 10px;
	}
		#ott-promotion-block .adhesive-wrapper.adhesive-on .logo-container a {
			max-width: 270px;
		}
