/* =========================================================
   THE FRENCH WINE ESCAPE
   Page-specific styles
   ========================================================= */

.hero{position:relative;min-height:650px;background:url("../images/hero-vigiers.jpg") center 55%/cover no-repeat;color:white;overflow:hidden}
.intro-image{min-height:430px;background:url("../images/vigiers-vineyard.jpg") center/cover no-repeat;position:relative}
.programme-photo.wine{background-image:url("../images/bergerac.jpg")}.programme-photo.golf{background-image:url("../images/hero-vigiers.jpg")}
/* Hero image */







/* Second programme lead image */

.programme-photo.saint-emilion{
  background-image:url("../images/saint-emilion.jpg");
  background-position:center 48%;
}


/* The Wine Escape has 8 highlights:
   4 columns keeps the section visually balanced on desktop. */

.highlight-grid{
  grid-template-columns:repeat(4,1fr);
}

.highlight-card:last-child{
  grid-column:auto;
}


@media(max-width:1100px){

  .highlight-grid{
    grid-template-columns:repeat(2,1fr);
  }

}


@media(max-width:540px){

  .highlight-grid{
    grid-template-columns:1fr;
  }

}