.bm-cookie-popup__modal-background
{
	position: fixed;
	display: none;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 100px 20px 60px;
	background-color: #D1D1D1; /* fallback */
	background-color: rgba(32,32,32,0.35);
}

.bm-cookie-popup
{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 85%;
	max-width: 800px;
	overflow: auto;
	padding: 26px 40px;
}

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