.container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    heigth: 100%;
}
.img-responsive{
    margin: 0 auto;
    display: block;
    width: 75%;
    heigth: 75%;
 }