@media (max-width:991px) {
 .h1, h1 {
	font-size: 5vw;

} 
 .h3, h3 {
	font-size: 3vw;
} 
.big, .big .image {
	height: 50vh;
}
.half .image {
	height: 25vh;
}  
}
@media (max-width:767px) {
.big, .big .image {
	height: 50vh;
}
.half .image {
	height: 50vh;
}    
.logo .image-embed-item {
	width: 65%;
	height: 75%;
}
.patch {
	bottom: 0;
	transform: translateY(54%);
}  
.instalink {

	font-size: 5vw;
}
.h1, h1 {
	font-size: 8vw;

}
.h3, h3 {
	font-size: 5vw;
	padding: 0 5%;
}  
.footer .row > .ce-col {
	text-align: center;
}  
.footer .icons .ce-row {
	display: flex;
	justify-content: center;
}  
 .cookie-set.script, .cookie-set-direct.script {
	min-height: 240px;
	align-content: center;
} 
.cookiecontent .frame-img-full {
	height: 100%;
	position: relative;
	z-index: 1;
}  
.cookie-set.cookiecontent.cookieuid-1.script p {
	z-index: 2;
	font-size: 4vw;
	position: absolute;
	left: 0;
	transform: translate(0, -55%);
}
#CookieBox .cookie-btn {
	font-size: 3.5vw;

}  
}