.holiday-ideas-panels.row .ideas-panel {
	height: auto;
	margin-bottom: 20px;
}
.holiday-ideas-panels.row h2,
.holiday-ideas-panels.row h4 {
	color: #fff;
	margin-top: 30px;
	text-shadow: 0 0 20px rgba(0,0,0,0.7);
}
.holiday-ideas-panels.row .ideas-panel img {
	width: 100%;
}

@media (max-width: 767px) {

.ideas-panel {
	position: relative;
}
	.ideas-panel .title-container, .ideas-hero .title-container {
		z-index: 0;
		text-align: center;
		width: 100%;
		padding-top: 40px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.ideas-panel .title-container h2,
	.ideas-panel .title-container h4 {
		font-size: 28px;
	}
	.ideas-panel .title-container h2, .ideas-panel .title-container h4, .ideas-hero .title-container h1 {
		display: inline-block;
		color: #ffffff;
	}
	.ideas-panel img {
		z-index: -10;
	}
}

@media (max-width: 375px) {
	.ideas-panel .title-container, .ideas-hero .title-container {
		padding-top: 25px;
	}
}

@media (max-width: 320px) {
	.ideas-panel .title-container, .ideas-hero .title-container {
		padding-top: 15px;
	}
}

.feefo-panel .quotes .col-sm-9,
.feefo-panel .quotes .col-sm-9 .col {
	padding: 0 25px; 
}
.feefo-panel .quotes .col-sm-3 {
	text-align: right;
	padding: 10px 30px 15px 0; 
}

@media (max-width: 768px) {
.feefo-panel .quotes .col-sm-3 {
	text-align: center;
	padding: 10px; 
}	
}


 section.ideas-grid {
	margin-top: 20px;
	display: block;
	text-align: center;
	padding-bottom: 20px;
}

section.ideas-grid:after {
	content: "";
	display: block;
	clear: both;
}

section.ideas-grid .ideas-grid {
	display: block;
	width: 100%;
	border: 10px solid #fff;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

section.ideas-grid .ideas-grid h2 {
	position: absolute;
	top: 30px;
	width: 100%;
	color: #fff;
	text-shadow: 0 0 20px rgba(0,0,0,0.7);
}

section.ideas-grid .ideas-grid a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
}
section.ideas-grid .ideas-grid img {
	width: 100%;
}


@media (min-width: 768px) {
	section.ideas-grid .ideas-grid {
		float: left;
		width: 50%;
		min-height: 320px;
	}
	section.ideas-grid .ideas-grid img {
		display: none;
	}
}
@media (min-width: 992px) {
	section.ideas-grid .ideas-grid {
		width: 33.333%;
		min-height: 285px;
	}
	section.ideas-grid .grid-2 {
		width: 66.665%;
	}

}
@media (min-width: 1200px) {
	section.ideas-grid .ideas-grid {
		min-height: 360px;
	}
}

@media (min-width: 768px)
	section.ideas-grid .ideas-grid h2 {
		font-size: 28px;
	}
}
section.ideas-grid .ideas-grid h2 span.sub-large {
	font-size: 0.85em;
	text-transform: uppercase;
}

section.ideas-grid .ideas-grid h2 span.sub {
	font-size: 0.7em;
	text-transform: uppercase;
}
