Batch Normalization in Convolutional Neural Network

I would like to know some details on applying batch normalisation in CNN. I read this paper https://arxiv.org/pdf/1502.03167v3.pdf and could understand the BN algorithm applied on a data but in the...