/*
Theme Name: Leisure Child
Theme URI:
Author: Curly Themes
Author URI:
Description: Child Theme for Leisure Theme
Version: 1
Template: leisure

*/
.video-background {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}