/*CAR IMAGES*/

.vec-car-container {
    position: relative;
    padding-left: 0;
    padding-right: 0;

}

.car-notation-img {
    position: absolute;
    top: 21%;
    left: 11%;
    width: 13%;
    height: auto;
    z-index: 3;
}

.car-notation-img img {
    width: 100%;
}

.car-notation-name {
    font-family: 'nexalight';
    font-size: 100%;
    color: #fff;
    position: absolute;
    top: 20%;
    left: 46%;
    max-width: 45%;
    height: 10%;
    z-index: 3;
}
.car-image-div {
    background-color: transparent;
    margin: auto;
    padding: 50px;
    padding-bottom: 60px;
    max-width: 650px;
}

.car-info-row {
    max-width: 500px;
    margin: auto;
}

.line-hack:before {
    display: block;
    background-color: rgb(7, 11, 13);
    position: absolute;
    left: -500%;
    top: 0;
    width: 2000vw;
    height: 100%;
    content: " ";
    z-index: 1;
    white-space: nowrap;
}

.vec-car-pics,
.vlms-car-pics {
    margin: auto;
    
    /* overflow: hidden; */
}

.vec-car-pics {
    padding-bottom: 110px;
}




.car-image {
    position: relative;
    z-index: 2;
    padding: 5px;
    border-left: 1.5px solid #1ba7c8;
    border-bottom: 1.5px solid #1ba7c8;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 500px;
   }

/*DRIVER NAMES*/

.drivers-div {
    font-family: 'nexalight';
    padding-left: 20px;
    max-width:260px; 
    height: auto;
    margin-left: 50px;
    margin-top: 35px;
    border-left: 1px solid #1ba7c8;
}

.drivers-div h3 {
    margin-bottom: 15px;
    font-size: 1.75rem;
    color: #fff;
}

.drivers-div p {
    font-size: 1.1rem;
    font-weight: 100;
    color: #fff;
    margin: 5px;
}

.flags {
    height: 17px;
    max-width: 100%;
    padding-left: 10%;
}

/*DRIVERS ABOUT*/

.about-div {
    font-family: 'nexalight';
    max-width: 150px;
    height: auto; 
    margin-top: 35px;
    text-transform: uppercase;
    color: #fff;
    border-left: 1px solid #1ba7c8;
    padding-left: 25px;
}

.cars-about-btn {
    font-family: 'nexalight';
    background-color: #1ba7c8;
    font-size: 0.9rem;
    max-width: 100%;
}

.cars-about-btn:hover {
    background-color: #1ba7c8;
}