/**
 * ------------------------------------------------------------------------
 * JA Masthead Module 
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2018 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
 */

.ja-masthead {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.ja-masthead:before {
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.ja-masthead .ja-masthead-detail {
  color: #fff;
  max-width: 980px;
  position: relative;
  z-index: 20;
}

/* Video background */
.masthead-video {
  position: relative;
}

.masthead-video #ja-masthead-bg {
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}