/*
Theme Name: centralmedia
Theme URI: https://centralmedia.org/
Author: centralmedia
Author URI: https://centralmedia.org/
Description: theme lol
Version: 1.0.1
Text Domain: centralmedia
*/

/* =========================================================
   UNIVERSAL CHANNEL IMAGE FALLBACK
   ========================================================= */

.channel-video--fallback {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    aspect-ratio: 756 / 471 !important;
    overflow: hidden !important;
    background: #ffffff;
}

.channel-video--fallback .video-youtube--fallback {
    position: relative !important;
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0 !important;

    overflow: hidden !important;
    background: inherit !important;
}

.channel-video--fallback .video-youtube--fallback::before,
.channel-video--fallback .video-youtube--fallback::after {
    display: none !important;
    content: none !important;
}

.channel-video--fallback img.channel-video-fallback {
    position: absolute !important;
    inset: 0 !important;

    display: block !important;
    width: 100% !important;
    height: 100% !important;

    max-width: none !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: contain !important;
    object-position: center center !important;

    transform: none !important;
    opacity: 1 !important;
    box-sizing: border-box !important;
}

/* Music Box Hits background */
body.postid-327 .channel-video--fallback {
    background: #ffa31a !important;
}