.slideshow-container {
     width: 100%;
    max-width: 1000px;               /* exact width as your image */
    height: auto;               /* exact height as your image */
    position: relative;
    margin: auto;
    overflow: hidden;
    background-color: #ffffff;   /* white background */
    padding: 0;                  /* remove any unwanted padding */
}

.slide {
    width: 100%;                 /* full width of container */
    height: 100%;                /* full height of container */
    object-fit: contain;            /* exactly fills container dimensions */
    display: block;              /* prevent inline spacing issues */
}
