.top {
    border: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    text-align: center;
    height: 100%;
}

div.left, div.right {
    background: #58595b;
    display: block;
    width: 100%;
    padding: 2px 0;
    text-align: center;
    transition: All .3s ease-in-out;
    height: 35px;
    line-height: 30px;
    font-size: 14px;
}

a.left, a.right {
    color: #a6a8ab  !important;
    text-decoration: none;
}

div.left:hover, div.right:hover
{
    background: #000;
}

a.left:hover, a.right:hover
{
    color: #fff  !important;
}

div.left  {
    margin-right: 1px;
}

div.right  {
    margin-left: 1px;
}

.bottom {
    overflow: hidden;
    font-size: 12px;
    width: 100%;
    position: absolute;
    top: 100%;
}

.model-lineup hr {
    margin-top: 0;
}

@media only screen and (min-width: 769px) {
    .bottom {
        /* display: none; */
        transition: All .3s ease-in-out;
    }
}

@media only screen and (max-width: 599px) {    
    .model-lineup .vehicle-desktop {
        display:none !important;
    }

    .model-lineup .category-thick {
        border-width: 2px;
    }

    .model-lineup .menuVehicleItemMobileCard {
        margin: 0 auto;
    }

    .model-lineup .upcoming-vehicle-column {
        margin: 0 110px;
    }
}

@media only screen and (min-width: 600px) {
    .model-lineup .vehicle-mobile {
        display:none !important;
    }
}

.car-model-name {
    position: relative;
    width: 100%;
    margin: auto;
}

.car-model-name:hover .bottom {
    display: block;
}

.model-lineup .menuVehicleItem {
    margin: 0;
    margin-bottom: 24px;
}