/* =========================================================
   ВИДЕОЛАР БЕТІ — БАННЕР СУРЕТІН ҚАЙТАРУ FIX
   Файл: assets/css/videos-hero-image-fix.css
   ========================================================= */

/*
   Бұл файл тек videos.php бетінің жоғарғы баннеріне жауап береді.
   Админнен жүктелетін video_hero_image енді осы жерде фон ретінде шығады.
*/

.videos-page .videos-hero{
    background-position:center center !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
}

.videos-page .videos-hero.has-image{
    background:
        linear-gradient(90deg,
            rgba(255,249,240,.96) 0%,
            rgba(255,249,240,.86) 42%,
            rgba(255,249,240,.34) 100%),
        var(--video-hero) center center / cover no-repeat !important;
}

.videos-page .videos-hero.no-image{
    background:
        radial-gradient(circle at 15% 0%, rgba(226,153,44,.15), transparent 36%),
        radial-gradient(circle at 92% 8%, rgba(6,31,63,.08), transparent 34%),
        #fff8ef !important;
}

.videos-page .videos-hero-inner{
    position:relative;
    z-index:1;
}
