/*------------------------------------------------------------------------
# "Hot Image Scroller" Joomla module
# Copyright (C) 2023 HotThemes. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotThemes
# Website: https://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

.hot-images-scroller {
  width: 100%;
  overflow: hidden;
}

.scroll-container {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.scroll-parent {
  position: relative;
  padding: 0;
  overflow-x: hidden;
}

.scroll-element {
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
