.img-fluid{
    width: 100%;
}

.gallery a{
    min-height: 300px;
    width: 100%;
}
.gallery a img{
    height: 300px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}
.navbar-inverse{
    border-width: 0px;
}