/* CSS Document Tablet*/
@media screen and (max-width: 1040px) {

    #lightBox >div{
       width:90%;

    }
    #lightBox >div img{
        width:100%;
    }


}