.collaborator-list__collaborator.summerguide__offer {
	color: white;
	position: relative;
}

.header-video__overlay-summer-buttons {
	max-width: 68.125vw;
	margin: 48px 0;
}

@media screen and (max-width: 768px) {
	.header-video__overlay-summer-buttons {
	margin: 24px 0 36px 0;	
	}
	.header-video__overlay-summer-buttons .button.button--medium {
		color: black;
		border-color: black;
	}
}

@media screen and (min-width: 1279px) {
	.collaborator-list__collaborator.summerguide__offer {
		width: 33.33333%;		
	}
}

.collaborator-list__collaborator.summerguide__offer .label {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
  	justify-content: center;
	color: white;
	z-index: 99999;
	font-family: "DFH GT Pressura", sans-serif;
	font-weight: bold;
	font-size: 36px;
	z-index: 1;
}

.summer__restaurant-footer {
	background: #b82125;
	margin-top: 0;
}

.summer__restaurant-footer h3 {
	color: white;
	font-size: 1vw;
	line-height: 1.75vw;
	letter-spacing: 0.125em;
	margin-bottom: 1.5vw;
}

@media screen and (max-width: 1399px) {
	.summer__restaurant-footer h3 {			
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.125em;
		margin-bottom: 24px; 
	}
}