/**
* -------------------------------------
* Section custom style
* -------------------------------------
**/
section {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  overflow: hidden;
}
section .bg-overlay {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
section .section-content {
  z-index: 3;
}
section .section-content.fw-container-fluid > .col-xs-12 {
  padding: 0;
}

/**
* -------------------------------------
* Vimeo background video style
* -------------------------------------
**/
#vimelar-player {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#vimelar-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.vimelar-wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
#vimelar-container {
  position: relative;
  display: block;
  padding-bottom: 0;
  padding-top: 0;
  overflow: visible;
  width: 1920px;
  height: 960px;
}