CSS Hot To Center Image di Bootsrtap Container

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }
MrStonkus