Remove overlay from Car single page

In Carena theme, Car single page slider has overlay color on cars.

If you want to remove it.

Please enter below css in wp-admin/appearance/customise/additionalCSS box.

.sp-image-container:after {
    background-color: transparent;
}