/* CSS Document Tablet*/
@media screen and (max-width: 320px)
{



    #topGallery2 >div >div { /*each line block*/
        width: 48%; /*it was 188px, now with turns into a % of the screen width*/
        /*height is originally set as 188px*/
        height:90px;
    }



}