.custom_imagebox_standard .info.blue,
.custom_imagebox_standard .info.blue::before{
   background-color: rgba(69, 117, 142, 0.64);
}
.custom_imagebox_standard .info.green,
.custom_imagebox_standard .info.green::before{
   background-color: rgba(65, 120, 54, 0.64);
}
.custom_imagebox_standard .info.orange,
.custom_imagebox_standard .info.orange::before{
   background-color: rgba(174, 127, 61, 0.64);
}
.custom_imagebox_standard .info.darkgrey,
.custom_imagebox_standard .info.darkgrey::before{
   background-color: rgba(153, 153, 153, 0.64);
}

/*overwrite color*/
.custom_imagebox_standard .info.overwrite_blue,
.custom_imagebox_standard .info.overwrite_blue::before{
   background-color: rgba(69, 117, 142, 0.64);
}
.custom_imagebox_standard .info.overwrite_green,
.custom_imagebox_standard .info.overwrite_green::before{
   background-color: rgba(65, 120, 54, 0.64);
}
.custom_imagebox_standard .info.overwrite_orange,
.custom_imagebox_standard .info.overwrite_orange::before{
   background-color: rgba(174, 127, 61, 0.64);
}
.custom_imagebox_standard .info.overwrite_darkgrey,
.custom_imagebox_standard .info.overwrite_darkgrey::before{
   background-color: rgba(153, 153, 153, 0.64);
}