/* ShowPlusX slideshow – hele afbeelding zichtbaar en responsive */
#showplus_images_gallery1_dn-slideshow .showplusx-item {
  background-size: contain !important;     /* geen afsnijden */
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Responsive hoogte, overschrijft vaste 400px */
#showplus_images_gallery1_dn-slideshow > .showplusx-slideshow {
  width: 100% !important;
  height: min(520px, 55vh) !important;     /* desktop */
}

/* Mobiel */
@media (max-width: 768px) {
  #showplus_images_gallery1_dn-slideshow > .showplusx-slideshow {
    height: min(340px, 40vh);
  }
}

/* Optioneel: slideshow niet te breed op grote schermen */
#showplus_images_gallery1_dn-slideshow {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
