/* Override to make the homepage slideshow much larger on wide screens */
.slideshow-container{
  max-width:2200px !important;
  width:calc(100% - 80px) !important;
}
.slideshow-stage{
  height:65vh !important;
  min-height:480px !important;
  border-radius:40px !important;
  box-shadow:0 48px 120px rgba(68,39,24,.2) !important;
}
.slide img{
  object-position:center center !important;
}
/* Make thumbnails slightly larger when the slider is expanded */
.thumb{width:90px;height:64px;border-radius:10px}

@media (max-width:1280px){
  .slideshow-container{max-width:1400px;width:calc(100% - 48px)}
  .slideshow-stage{height:75vh;min-height:520px}
  .thumb{width:70px;height:50px}
}

@media (max-width:768px){
  /* Keep mobile sizes as before for usability */
  .slideshow-stage{height:56vh;min-height:320px}
  .slideshow-container{width:100%;max-width:100%}
}
