/**
 * ------------------------------------------------------------------------
 * Our Services Showcase  Module
 * ------------------------------------------------------------------------
 * Copyright (C) 2014-2016 LogicHunt, All Rights Reserved.
 * license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: LogicHunt
 * Websites:  http://logichunt.com
 * ------------------------------------------------------------------------
 */
.mod-lgx-particle {
  clear: both;
  width: 100%;
  overflow: hidden;
}
.lgx-particle-inner {
  position: relative;
  width: 100%;
}
.lgx-particle-inner .lgx-particle-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
