.arrow:hover {
  border: solid #589AFE;
  border-width: 0 3px 3px 0;
}
.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
[rstrcHid="hidden"] {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.gallery-location {
  display: flex;
  justify-content: center;
}
.gallery-location:not([loc="root"]) .gallery-loc-backer {
  opacity: 1;
  cursor: pointer;
}
.gallery-location[loc="root"] .gallery-loc-backer {
  opacity: 0.25;
  cursor: no-drop;
}
.gallery-loc-title {
  font-size: 20px;
}
.gallery-loc-backer {
  opacity: 0.2s;
  margin-right: 15px;
}
.gallery-location-content {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 20px;
}
.gallery-groups {
  display: flex;
  justify-content: center;
}
.gallery-group-list {
  display: flex;
  width: calc(50% + 30px);
  flex-wrap: wrap;
}
.gallery-group:hover {
  border: 2px solid #589AFE;
  color: #589AFE;
  font-size: 20px;
}
.gallery-group {
  transition: 0.15s;
  border: 2px solid #1E2236;
  cursor: pointer;
  color: white;
  width: 280px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background-color: #292E46;
  margin: 10px;
}
.gallery-group-content {
  position: absolute;
}
.gallery-group-content > div:nth-child(2) {
  font-size: 15px;
  font-family: faceMain;
}
.gallery-contents.g-image:hover {
  background-size: 100%;
}
.gallery-contents.g-image {
  background-repeat: no-repeat;
  transition: 0.2s;
  cursor: pointer;
  margin: 5px;
  width: 280px;
  height: 205px;
  background-size: 150%;
  background-position: center;
  background-color: #292E46;
}
.gallery-contents.g-image[portrait=true] {
  height: 520px;
}
.g-list-wrapper {
  width: 50%;
}
.gallery-contents.g-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  text-align: center;
}
.gallery-imagelocation {
  display: flex;
  justify-content: center;
}
/*# sourceMappingURL=gallery.css.map */