@media only screen and (max-width: 999px) {
    
    /* bestiar */
    div.g1bestiar-detail div.image { 
        margin-bottom: 1rem; 
    }
    
    div.g1bestiar-detail div.image img { 
        display: block; 
        width: 100%; 
        height: auto; 
    }


    
    /* predmety */
    div.predmety-detail .image { width: 100%; text-align: center; margin: 1rem 0; } 

    /* jednorucni */
    div.predmety-detail.g1-jednorucni-zbrane .image img { width: 100%; }
    
    /* obourucni */
    div.predmety-detail.g1-obourucni-zbrane .image img { width: 100%; }
       
    /* luky */
    div.predmety-detail.g1-luky .image img { width: 100%; }
       
    /* kuse */
    div.predmety-detail.g1-kuse .image img { width: 100%; }
       
    /* zbroje */
    div.predmety-detail.g1-zbroje .image img { width: 100%; }
       
    /* lektvary */
    div.predmety-detail.g1-lektvary .image img { width: 50%; max-width: 100px; }
    
    /* amulety */     
    div.predmety-detail.g1-amulety .image img { width: 50%; max-width: 200px; }
       
    /* prsteny */
    div.predmety-detail.g1-prsteny .image img { width: 50%; max-width: 200px; }

    /* potraviny */
    div.predmety-detail.g1-potraviny .image img { width: 50%; max-width: 200px; }

    /* trofeje */
    div.predmety-detail.g1-trofeje .image img { width: 50%; max-width: 200px; }

    /* herbar */
    div.predmety-detail.g1-herbar .image img { width: 50%; max-width: 400px; }

    
    /* npc */
    table#g1npc th.short-text, 
    table#g1npc td.short-text { display: none; }
}





