/*!
Theme Name: DY theme
Theme URI: #
Author: Colibrity Agency
Author URI: https://colibrity.com
Description: DY theme by Colibrity Agency
Version: 1.0.0
Tested up to: 5.8
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dy-theme
*/

.otgs-development-site-front-end{
	display: none!important;
}
.title {
    position: relative;
    min-height: 100vh;
}

.title__wrap {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.title__background {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #000;
}

.title__background video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: transform, opacity;
}

.title__background video.is-playing {
    opacity: 1;
}

.title__wrap .container-fluid {
    position: relative;
    z-index: 2;
}