.carousel-inner > .item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-control {
    color: #007bff;
}

.carousel-indicators li {
    background-color: #007bff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.text-shadow {
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

@media (max-width: 768px) {
    .carousel-inner > .item > img {
        max-height: 60vh;
    }
}

@media (max-width: 576px) {
    .carousel-inner > .item > img {
        max-height: 50vh;
    }
}

.active-thumbnail {
    border: 2px solid #007bff;
}

.image-thumbnail {
    width: 60px;
    height: 60px;
    max-width: 60px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.row.justify-content-center {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
}

.row.justify-content-center::-webkit-scrollbar {
    display: none;
}

@media (max-width: 768px) {
    #bigImage {
        max-height: 400px;
    }
    .image-thumbnail {
        max-width: 60px;
    }
    .row.justify-content-center {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
    }
    .row.justify-content-center::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 576px) {
    #bigImage {
        max-height: 300px;
    }
    .row.justify-content-center {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
    }
    .image-thumbnail {
        max-width: 60px;
        margin-right: 0;
        margin-top: 10px;
    }
    .row.justify-content-center::-webkit-scrollbar {
        display: none;
    }
    .image-span {
        margin-left: 0 !important;
    }
}

.image-span{
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .col-sm-2 {
        width: 70px;
    }
}