/**
 * -----------------------------------------------
 *
 * Cover Video Style
 * 
 * @author Yalan Bravo yalanbo@dudev.mx
 * @version 1.0
 * Copyright (c) 2018, Dudev S.A. de C.V.
 *
 * -----------------------------------------------
 */
.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}

.no-video .video-container video,
.touch .video-container video {
  display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}

.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}

.video-container .filter {
  z-index: 5;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}

.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}

.video-container video.fillWidth {
  width: 100%;
}

.hidden{
    visibility: hidden;
}

/*
 *------------------------------------------
 * UI5 Overrides 
 *------------------------------------------
 */

.sapMShell {
    width: 100%;
    height: 100%;
    position: absolute !important;    
    box-sizing: border-box;
    z-index: -100 !important;
    display: block !important;
    top: 0px !important;
    background-color: transparent !important;
}


.sapMShellGlobalOuterBackground {
    background-color: transparent !important;
    background-image: none !important;
}