.slide img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.gallery-col-img img {
    height: 200px !important;
    object-fit: cover;
    width: 100%;
}

@media (min-width: 500px) {
    .slide img {
        height: 100% !important;
    }
    .navbar-wrapper .container{
        width: 100%;
        padding: 0px 15px;
    }
    .logo .title {
        font-size: 20px;
        font-weight: 800;
        margin-top: 15px;
    }
}