.cookieConsentContainer {
	z-index: 999;
	width: 410px;
	padding: 30px;
	border-radius: 10px;
	background: #999999;
	color: #ffffff;
	overflow: hidden;
	position: fixed;
  bottom: 40px;
	right: 20px;
	display: none;
}
@media (max-width: 539px) {
	.cookieConsentContainer {
		bottom: 60px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}