.bm-cookie-banner--static
{
	position: fixed;
	display: none;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 50%;
	overflow: auto;
	margin: 0 auto;
	padding: 26px 40px;
	border-top: 1px solid #CDCDCD;
	z-index: 99;
}

.bm-cookie-banner__container
{
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 768px)
{
	.bm-cookie-banner--static
	{
		padding: 26px 20px;
	}
}

@media screen and (max-width: 450px)
{
	.bm-cookie-banner--static
	{
		max-height: 70%;
	}
}