/*
 Theme Name:   Lab Child Theme
 Theme URI:    https://lab.axiomthemes.com/
 Description:  Lab Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     lab
 Version:      1.0.0
 Tested up to: 6.6
 Requires at least: 5.0
 Requires PHP: 7.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: agency, digital marketing, digital agency, corporate, consulting, digital, business, it company, financial services, saas, software, startup, technology, seo, ai
 Text Domain:  lab
*/


/* =Theme customization starts here
------------------------------------------------------------ */

/* Target the video inside the autoplay-media-box */
.autoplay-media-box video {
    pointer-events: none;
    object-fit: cover;
    width: 100%;
    height: auto;
    display: block;
}

/* Hide Video Controls */
.autoplay-media-box video::-webkit-media-controls {
    display: none !important;
}

.autoplay-media-box video::cue {
    display: none !important;
}
sup {
    vertical-align: super !important;
    font-size: 0.8em !important; /* Adjust size if needed */
    position: relative !important;
    top: -5px !important; /* Adjust this value to lift it higher */
}


