.rnx_model_image{
    display: block;
    clear: both;
    width: 100%;
    height: 75px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75%;
}
.rnx_brand_logo {
    background-position: center center;
    height: 75px;
    display: block;
    clear: both;
    background-repeat: no-repeat;
    background-size: contain;
}

.rnx_brand_logo svg {
    width: 100%;
    height: 100%;
}

#RnxLoadVehicleData{
    position : sticky;
    bottom: 0px;
}

#VehicleModelData, #VehicleModelImage {
    background: linear-gradient(to right, rgba(255,200,0,1) 0%,rgba(234,179,0,1) 100%);
}

#RnxVehicleDataShadow{
    display: block;
    clear: both;
    height: 15px;
    background: linear-gradient(to bottom,  rgba(243,188,0,0) 0%,rgba(243,188,0,0) 5%,rgba(243,188,0,0.9) 100%);
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
    .rnx_model_image{
        height: 100px;
        background-size: 60%;
    }
}

@media (min-width: 992px) {
    .rnx_model_image{
        height: 100px;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}
