.sliderContainer {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    color: #fff;
}

.ImgTag {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid green; */
    object-fit: cover;
}


/* this is span tag */

.imageText {
    width: 96%;
    margin: 0 auto;
    font-size: 20px;
    /* max-height: 60px; */
    overflow: hidden;
    padding: 5px 2px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /* border: 1px solid orange; */
}
.sliderButtonContainer {
    position: absolute;
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 30px;
    /* color: #fff; */
}

.button {
    margin: 3px 5px;
    cursor: pointer;
}
select,option {
    font-size: 24px;
    font-family: arial, sans-serif;
}
