/*
Theme Name: edrio
Theme URI: http://themexriver.com/wp/edrio
Author: themexriver
Author URI: http://themexriver.com/
Description: Edrio - Education online course WordPress Theme
Version: 1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: edrio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.my-play-icon {
    font-size: 48px;
    color: #EF4444;
    position: absolute;
    top: 50%;               /* center vertically */
    left: 50%;              /* center horizontally */
    transform: translate(-50%, -50%); /* adjust for icon's own size */
    pointer-events: none;   /* let clicks pass through to the image link */
}

h2.bread_title {
    color: white !important;
}