/*@media (max-width: 719.9px) and (min-width: 480px) {*/

#imCell_12 img{
    display: block;
    width: 100%
}

/* soluzione 2 - affiancato al player */
@media (max-width: 479.9px) {
#imCell_12{
    grid-row: 7 / 8;
	grid-column: 4 / 48;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    
}
}
@media (min-width: 480px) {
    /* LIVE STREAMING */

   /*  #imCell_8 {
        grid-column: 14 / 26;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 3 / 4;
    }
    /* player */
    #imCell_11{
    grid-row: 4 / 5;
    } 

    /* banner stagione teatrale */
    #imCell_12{
    grid-row: 4 / 5;
    grid-column: 38 / 50;
    margin-top:20px;
    }

}

