/*
Theme Name: WirtualneMuzeum - Template
Theme URI: WirtualneMuzeum
Author: ad360
Author URI: 
Description: WirtualneMuzeum - Template
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: twitter bootstrap, bootstrap, wordpress, responsive
Text Domain: wirtualnemuzeum
*/



/*header .site-menu .navbar .navbar-nav>li>a {
    padding: 9px 8px 5px !important;
}*/
.player{
    position: relative;
}
.player:has(div.image img)::after{
    content: "⏵";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background-color: #ff4e00;
    color: white;
    display: grid;
    place-content: center;
    font-size: 2.2rem;
    pointer-events: none;
}

.plyr__poster{
    background-size: auto !important;
}