/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
body{
    background-color: #000;
}
a{
color:#e1c969;
}

.owp-fit-aspect-ratio {
position: relative;
height: 0;
padding-bottom: 56.25%;
}
 
.owp-fit-aspect-ratio iframe {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
border: 0;
line-height: 1;
}
 
.owp-youtube-player {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: 50%;
}
 
.owp-youtube-player {
cursor: pointer;
text-align: center;
}
 
.owp-youtube-player img {
display: block;
width: 100%;
}
 
.owp-play {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
 
.owp-play i {
font-size: 120px;
color: #fff;
opacity: 0.8;
text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
 
.owp-youtube-player:hover .owp-play i {
opacity: 1;
}
.owp-youtube-player{
    background-size:cover;
    min-height:300px;
}