/* Thumbnail Slider CSS */
/* Basic styles for thumbnail slider functionality */

.thumbnail-slider {
    position: relative;
    overflow: hidden;
}

.thumbnail-slider img {
    max-width: 100%;
    height: auto;
}

