/* v15.3 — gallery arrows are hard-fixed as side chevrons */
.gallery-arrow {
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.gallery-arrow .gallery-arrow-chevron {
  position:relative !important;
  z-index:2 !important;
  display:block !important;
  width:24px !important;
  height:24px !important;
  flex:0 0 24px !important;
  transform:none !important;
  transition:none !important;
}
.gallery-arrow .gallery-arrow-chevron path {
  stroke:#FFFFFF !important;
}
.gallery-arrow > img {
  display:none !important;
}
