/* SLIDESHOW */
/* .dstg-banner-wrapper .topSlideshow-6-slider img { */
/*     display: block; */
/*     width: 100vw; */
/*     height: 100vh; */
/*     height: 100%; */
/*     object-fit: cover; */
/*     background-size: cover; */
/* } */


/* .topSlideshow-6-slider-container { */
/*     min-width: 1000px; */
/* /*     max-width: 2000px; */ */
/* /*     margin: 0 auto; */ */
/* /*     box-sizing: border-box; */ */
/* } */

/* .dstg-banner-wrapper .topSlideshow-6-slider img { */
/*     display: block; */
/*     width: 100%; */
/*     height: auto;       Maintain aspect ratio */
/*     object-fit: cover;  Ensure the image covers the container */
/* } */

.topSlideshow-6-slider-container {
    width: 100%;      /* Make it flexible */
    max-width: 1000px; /* Limit the maximum width for large screens */
    margin: 0 auto;    /* Center align on large screens */
}

.dstg-banner-wrapper .topSlideshow-6-slider img {
    display: block;
    width: 100%;
    height: auto;       /* Maintain aspect ratio */
    object-fit: cover;  /* Ensure the image covers the container */
}