/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.is-style-smallest figure.gallery {
  width: 70px;
  height: auto;
  font-size: 0.5em;
}

.is-style-smaller figure.gallery {
  width: 85px;
  height: auto;
  font-size: 0.6em;
}

.is-style-small figure.gallery {
  width: 100px;
  height: auto;
  font-size: 0.7em;
}

.is-style-large figure.gallery {
  width: 120px;
  height: auto;
  font-size: 0.8em;
}

.is-style-larger figure.gallery {
  width: 150px;
  height: auto;
  font-size: 0.9em;
}

.is-style-largest figure.gallery {
  width: 180px;
  height: auto;
  font-size: 1em;
}

.wp-block-imagesnippets-is-gallery {
  padding: 2px;
}
.wp-block-imagesnippets-is-gallery div.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: space-between;
  align-items: center;
  padding: 0 5% 5% 5%;
  border: 1px solid #777;
}
.wp-block-imagesnippets-is-gallery figure.gallery {
  margin: 1em;
  /*	border: 1px solid #777; */
  position: relative;
}
.wp-block-imagesnippets-is-gallery figure.gallery:hover {
  border: 1px solid #ccc;
  opacity: 0.9;
  transform: scale(1.1);
}
.wp-block-imagesnippets-is-gallery figure.gallery img {
  width: 100%;
  height: Auto;
  opacity: 1;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.wp-block-imagesnippets-is-gallery figcaption.desc {
  padding: 1px;
  margin: 0;
  line-height: 1;
  opacity: 0.5;
  position: relative;
  bottom: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  /*	text-align: right;
  	color: black;
  	background-color: #ccc; 
  */
}
.wp-block-imagesnippets-is-gallery p.title {
  text-transform: uppercase;
  margin: 0;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1em;
}
.wp-block-imagesnippets-is-gallery p.header {
  font-weight: bold;
  margin: 1em;
  font-size: 1em;
}
.wp-block-imagesnippets-is-gallery p.footer {
  text-transform: capitalize;
  font-size: 0.75em;
  font-family: "Brush Script MT", Tahoma, Verdana, sans-serif;
  margin: 0;
  padding-left: 1em;
  padding-right: 1em;
}

/*# sourceMappingURL=style-index.css.map*/