﻿.vehicle-card{
    max-width:250px;
    margin:5px;
}

.vehicle-img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin: 0 10px;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}


.vehicle-card .card-body {
    min-height: 300px;
    min-width: 150px;
    text-align: center;
}

.vehicle-details {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
}