@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap"); /*
  Theme colors
*/ /*
  text colors
*/ /*
  background colors
*/ .eventphotoArea{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  flex-wrap: wrap;
  gap: 1.5rem;
} @media not all and (min-width: 1024px){ .eventphotoArea{
    padding-top: 2.5rem;
  }
} @media (min-width: 1024px){ .eventphotoArea{
    padding-top: 5rem;
  }
} @media (min-width: 1280px){ .eventphotoArea{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
} .eventphotoArea {
  max-width: 1440px;
} .eventphotoArea__item{
  overflow: hidden;
} .instagram-media {
  margin-top: -54px !important;
  margin-bottom: 0 !important;
  max-width: 540px;
  width: calc(100% - 2px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}/*# sourceMappingURL=map/enviroment.css.map */
