.zoom-effect-1 {
  transition: 0.3s;
}

.zoom-effect-1:hover {
  transform: scale(1.1);  
}

.cookies-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	justify-content: center;
	width: 40%;	
	padding: 20px;
	box-sizing: border-box;
	border-radius: 7px;
	background-color: #ededed;
}

.cookies-banner button {
	float:right;
	width: 200px;
	color: #000000;
	font-weight: bold;
	line-height: 1.5em;
	margin-left: 1%;
	margin-top: 1%;
	margin-bottom: 0;
	margin-right: auto;
	border-radius: 7px;
	box-shadow: 0px 1px 6px rgba(153,102,0,0.5);
}

.cookies-hidden {
  display: none;
}


@media (max-width:767px) {
.cookies-banner {
    position: sticky;
	width: 100%;
	text-align: center;	
  }
}