.kamala-cover {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    object-fit: contain;
}

.kamala-cover-container {
    width: 100vw;
}

#kamala-logo {
    width: 70%;
    transform: translateY(10vw);
}


.cover {
    display: flex;
    justify-content: center;
}


#kamala-logo {
    filter: drop-shadow(-1px 3px 8px #101010);
    width: 30%;
}

#madison-crowd-vid {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    width: 100%;
    max-width: 100%;
    height: auto;
}


.image-row .image-thumb {
    width: 100%;
    height: auto;
    /* Maintain aspect ratio */
    /* Ensure images scale properly */
    box-sizing: border-box;
    /* Include border in the element's size */
}

