<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cobalt-gallery-overlay-container {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999999;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
}

.cobalt-gallery-overlay-image {
  max-height: 100%;
}

.cobalt_gallery_wrapper {
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
}

.cobalt_gallery_image {
  height: 200px;
  margin: 4px;
  background-size: 100% 100%;
}

.cobalt_gallery_image_container {
  display: inline-block;
  float: left;
  width: 25%;
  padding: 10px;
}

/* can't be done is image container for some reason &gt;:[ */
.cobalt_gallery_image_margin_div {
  border: solid white 1px;
}

#cobalt-gallery-overlay-back-arrow {
  float: left;
  padding-left: 35px;
  cursor: pointer;
  color: white;
}

#cobalt-gallery-overlay-forward-arrow {
  float: right;
  padding-right: 35px;
  cursor: pointer;
  color: white;
}

#cobalt-gallery-overlay-forward-arrow .dashicons, #cobalt-gallery-overlay-back-arrow .dashicons {
  font-size: 40px;
}
</pre></body></html>