.kamera-item-img {
    position: relative;
    overflow: hidden;
    height: 204px; /* Fixed height */
    border-top-left-radius: 8px; /* Radius for the top-left corner */
    border-top-right-radius: 8px; /* Radius for the top-right corner */
}

.kamera-item-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%; /* Ensures the image covers the container */
    min-height: 100%; /* Ensures the image fills the height */
    object-fit: cover; /* Keeps the aspect ratio intact */
}

.k4 {
    z-index: 1;
}