/*
Theme Name: GrandPrix Child
Theme URI: https://grandprix.qodeinteractive.com
Description: A child theme of GrandPrix Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: grandprix
Template: grandprix
*/

.mkdf-items-showcase-custom-holder .mkdf-issc-media-section .mkdf-issc-media-image[data-index="0"]::before {
    content: "Signature Series";
}
.mkdf-items-showcase-custom-holder .mkdf-issc-media-section .mkdf-issc-media-image[data-index="1"]::before {
    content: "Fleet Series";
}
.mkdf-items-showcase-custom-holder .mkdf-issc-media-section .mkdf-issc-media-image[data-index="2"]::before {
    content: "Tandem";
}
.mkdf-items-showcase-custom-holder .mkdf-issc-media-section .mkdf-issc-media-image[data-index="3"]::before {
    content: "Quarter Guards";
}
.mkdf-items-showcase-custom-holder .mkdf-issc-media-section .mkdf-issc-media-image::before {
    color: red;
    position: absolute;
    top: 15px;
    left: 23px;
    font-weight: 600;
}