.logo {
    width: auto;
    height: 45px;
    object-fit: cover;
}
.gallery-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.portfolio-list .portfolio-item img{
    margin-bottom: 0 !important;
    height: 275px;
    object-fit: cover;
}