/*
Theme Name: SO Floating Rock WP
Author: SiteOrigin
Author URI: https://siteorigin.com/
Theme URI: https://siteorigin.com/theme/vantage
Description: Vantage Child Theme
Version: 1.0.0
Template: vantage
Text Domain: vantage-child
Domain Path: /languages/
*/

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

/* Import parent theme styles */
/* @import url("../vantage/style.css"); */

/* Custom widget styles */
.custom-hero-widget {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px;
    color: #fff;
}

.custom-hero-widget .hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
}

.custom-hero-widget .background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.custom-hero-widget .background-video iframe,
.custom-hero-widget .background-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
