.agGalleryStyle .custom-control [ag-icon-button] {
  height: 100% !important;
  width: 100% !important;
  font-size: 1.5em; }

.agGalleryStyle [ag-button], .agGalleryStyle [ag-icon-button] {
  border: none;
  outline: none;
  background-color: transparent;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  transition: color 0.1s ease, background-color 0.1s ease;
  padding: 0px 0px 0px 0px; }

.agGalleryStyle .ag-native-carousel-overflow {
  overflow: hidden;
  width: 100%; }

.agGalleryStyle .ag-native-carousel-frame {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  transition: transform 400ms ease;
  will-change: transform; }

.agGalleryStyle .ag-native-carousel-frame.three .ag-native-carousel-slide {
  width: calc(33.33% - 20px) !important;
  min-width: calc(33.33% - 20px) !important;
  max-width: calc(33.33% - 20px) !important;
  margin: 0px 10px;
  box-sizing: border-box; }

.agGalleryStyle .ag-native-carousel-frame.two .ag-native-carousel-slide {
  width: calc(50% - 20px) !important;
  min-width: calc(50% - 20px) !important;
  max-width: calc(50% - 20px) !important;
  margin: 0px 10px;
  box-sizing: border-box; }

.ag-native-carousel-frame img {
  width: 100%; }

.custom-control.left > div {
  margin: auto;
  height: 100%;
  display: block !important; }

.agGalleryStyle .ag-native-carousel-wrapper {
  -webkit-align-items: stretch;
  align-items: stretch; }

.agGalleryStyle .custom-control.left .ag-tool-wrapper {
  background: #323232;
  height: 40px;
  border-radius: 4px;
  align-self: center;
  width: 40px; }

.agGalleryStyle .custom-control.left .ag-tool-wrapper:hover {
  background: #ed1c24;
  transition: all 0.4s; }
