/*
Theme Name:  Jubilee Cosmetic Surgery
Theme URI: Theme Url
Description: This is an exclusive, fully SEO optimized Wordpress theme.
Author: BluShark Digital
Author URI: https://blusharkdigital.com/
Version: 1.0.1
*/

.banner-video {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.banner-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.home-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 113px);
}
.banner-des {
    position: relative;
    z-index: 1;
}