<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Background images and positions TO EDIT*/
#pod-supercar a {background:url(images/pod-hero-supercar.jpg) center -85px; no-repeat;background-size:cover;}
#pod-theatre .pod-inner {background:url(images/pod-cat-bl-theatre.jpg) center center no-repeat; background-size:cover;}
#pod-beer-tasting .pod-inner {background:url(images/pod-cat-br-beer-tasting.jpg) center center no-repeat; background-size:cover;}
#pod-sporting-daysout .pod-inner {background:url(images/pod-cat-half-lft-sporting-daysout.jpg) center center no-repeat; background-size:cover;}
#pod-adventure .pod-inner {background:url(images/pod-cat-half-rgt-adventure.jpg) center center no-repeat; background-size:cover;}
#pod-topgifts .pod-inner {background:#b90037;}
.module-grid-4pods .grid-4pods-items {background:url(images/pod-morelinks.jpg) center center no-repeat;  background-size:cover;	}
/*Background images and positions TO EDIT*/

@media only screen and (min-width:380px) and (max-width:479px) {

}

@media only screen and (min-width:480px) and (max-width:767px) {
	#pod-supercar a {background-position:center center;}
}

@media only screen and (min-width:768px) {
	#pod-supercar a {background-position:center center;}
	#pod-grid-4pods-flying-lessons a {background:url(images/pod-morelinks-flying-lessons.jpg) center center no-repeat; background-size:cover;}
	#pod-grid-4pods-dining-out a {background:url(images/pod-morelinks-dining-out.jpg) center center no-repeat; background-size:cover;}
	#pod-grid-4pods-country-pursuits a {background:url(images/pod-morelinks-country-pursuits.jpg) center center no-repeat; background-size:cover;}
	#pod-grid-4pods-football-gifts a {background:url(images/pod-morelinks-football-gifts.jpg) center center no-repeat; background-size:cover;}	
	.module-grid-4pods .grid-4pods-items {
		background:none;
	}
	#pod-beer-tasting .pod-title span, #pod-theatre .pod-title span, #pod-grid-4pods-flying-lessons .morelinks-holder h2 span, #pod-grid-4pods-country-pursuits .morelinks-holder h2 span, #pod-grid-4pods-football-gifts .morelinks-holder h2 span {display:block;}
}	

@media only screen and (min-width:992px) {
	 #pod-theatre .pod-title span, #pod-grid-4pods-flying-lessons .morelinks-holder h2 span, #pod-grid-4pods-country-pursuits .morelinks-holder h2 span, #pod-grid-4pods-football-gifts .morelinks-holder h2 span {display:inline;}
}

@media only screen and (min-width:1200px) {
	#pod-beer-tasting .pod-title span {display:inline;}
}</pre></body></html>