/*
Theme Name: Annina Child
Theme URI: https://crestaproject.com/downloads/annina/
Template: annina
Author: Rizzo Andrea - CrestaProject.com
Author URI: https://crestaproject.com
Description: Annina is clean &amp; fresh responsive WordPress Blog Theme, full width and masonry based, one main column e one sidebar column, unlimited colors and theme options by CrestaProject.com. Compatible with Gutenberg. Live demo https://crestaproject.com/demo/annina/
Tags: two-columns,right-sidebar,custom-background,custom-menu,custom-colors,sticky-post,featured-images,theme-options,translation-ready,editor-style,full-width-template,rtl-language-support,blog,news
Version: 1.9.9.1775306522
Updated: 2026-04-04 14:42:02

*/

  .video-container {
            position: relative;
            width: 100%;
            max-width: 800px;
            margin: auto;
        }

        .video-container video {
            width: 100%;
            height: auto;
            display: block;
        }

        .video-overlay-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: red;
            padding: 15px 30px;
            border-radius: 8px;
            color: white;
            font-size: 18px;
            text-align: center;
            cursor: pointer;
            z-index: 10;
            font-weight: bold;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
            transition: background 0.3s ease;
        }

        .video-overlay-btn a {
            color: white;
            text-decoration: none;
            font-size: 25px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .video-overlay-btn:hover {
            background: darkred;
        }

        .video-overlay-btn i {
            font-size: 22px;
        }