/*
Theme Name: PeepSo Theme: Gecko Child
Theme URI: https://PeepSo.com
Template: peepso-theme-gecko
Author: PeepSo, Inc.
Author URI: https://PeepSo.com
Description: Thank you for choosing Gecko as your theme. We're very passionate about creating the best possible experience for you and your community. Community that can be built with PeepSo - The Next Generation User Profile And Social Networking Plugins for WordPress. For more information about PeepSo go to: PeepSo.com.
Tags: blog,e-commerce,education,three-columns,left-sidebar,right-sidebar
Version: 8.0.0.0.1737095680
Updated: 2025-01-17 06:34:40

*/



.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.mfm-thumb video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.mfm-thumb.is-previewing img {
    opacity: 0;
}

.mfm-thumb.is-previewing video {
    opacity: 1;
}



.mfm-video-watermark {
    position: fixed;
    left: 50%;
    bottom: 20%;
    transform: translateX(-50%);
    z-index: 2147483647; /* iframe-safe */
    opacity: 0.9;
    pointer-events: none;
}

.mfm-video-watermark img {
    height: 110px;
    width: auto;
    max-width: 70vw;
}

/* FULLSCREEN SUPPORT */
:fullscreen .mfm-video-watermark,
:-webkit-full-screen .mfm-video-watermark {
    position: fixed;
    bottom: 20%;
}
