@media only screen and (max-width: 999px) {
    
    /* bestiar */
    div.g2bestiar-detail div.image { 
        margin-bottom: 1rem; 
    }
    
    div.g2bestiar-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.g2-jednorucni-zbrane .image img { width: 100%; }
    
    /* obourucni */
    div.predmety-detail.g2-obourucni-zbrane .image img { width: 100%; }
       
    /* luky */
    div.predmety-detail.g2-luky .image img { width: 100%; }
       
    /* kuse */
    div.predmety-detail.g2-kuse .image img { width: 100%; }
       
    /* zbroje */
    div.predmety-detail.g2-zbroje .image img { width: 100%; }
       
    /* lektvary */
    div.predmety-detail.g2-lektvary .image img { width: 50%; max-width: 200px; }
    
    /* amulety */     
    div.predmety-detail.g2-amulety .image img { width: 50%; max-width: 200px; }
       
    /* prsteny */
    div.predmety-detail.g2-prsteny .image img { width: 50%; max-width: 200px; }

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

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

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

    /* herbar */
    div.predmety-detail.g2-cennosti .image img { width: 50%; max-width: 200px; }

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

    /* magicke svitky */
    div.predmety-detail.g2-magicke-svitky .image img { width: 50%; max-width: 200px; }

    /* magicke runy */
    div.predmety-detail.g2-magicke-runy .image img { width: 50%; max-width: 200px; }

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


    

    .g2-basic-value { font-size: 0.9rem; color: #666;} 
}





