@media (max-width: 600px) {
    #resultado_busqueda {
        width: 90%;
        margin: 10px auto;
    }
    #table {
        width: 100%;
        margin: 10px auto;
        padding: 15px 15px;
        margin-bottom: 20px;
    }
    #table img {
        width: 200px;
        height: 200px;
    }
    #table td:first-child {
        padding-top: 50px;
    }
}