@media screen and (max-width: 768px) {
    .karuselli {
        display: flex; 
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .karuselli.carousel-item img {
        max-width: 100%;
        height: auto;
    }
}