@media (max-width: 600px) {
    .centered-image img {
        max-width: 98vw;
        max-height: 40vh;
    }

    .voting-buttons {
        padding: 1.2rem 2vw 2rem 2vw;
    }

    .vote-btn {
        min-width: 44vw;
        min-height: 48px;
        font-size: 1.1rem;
    }
}