/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 04 2024 | 01:55:31 */
  .home-banner .slide .video-slide {
    background-color: #000; }

  .home-banner.loading .video-background {
    opacity: 0; }

  .video-background {
    position: absolute; /*relative*/
    top: 50%; /*50%*/
    left: 0;
    padding-top: 56.25%; /*56.25%*/
    width: 100%;
    -webkit-transform: translateY(50%); /*-50%*/
    -ms-transform: translateY(50%); /*-50%*/
    transform: translateY(50%); /*-50%*/
    -webkit-transition: 2s opacity ease;
    transition: 2s opacity ease;
    opacity: 1; }

  .video-foreground,
  .video-background iframe {
    position: absolute;
    top: 50%; /* 0 */
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }