.logo{
    height:60px !important;
}
.carousel-control-next, .carousel-control-prev{
    background: none !important;
    border: none !important;
}
.card-img{
    width: 100% !important;
    height: 300px !important;
}
.food_type_icon img{
    position: absolute;
    top: 5px;
    left: 160px;
    height: 30px;
    z-index: 10;
    border-right:none !important;
}
@media (max-width: 576px) {
    .navbar-brand img{
        max-width:none !important;
    }
    .logo {
        height: 40px !important;
    }
}