{"version":3,"file":"styles.40a87705.css","sources":["webpack:///./src/components/Thumbnail.vue","webpack:///./src/components/ThumbnailContainer.vue","webpack:///./src/components/Gallery.vue"],"sourcesContent":["\n.vimeography-thumbnail {\n  margin: 0;\n  padding: 0;\n  width: 100%;\n  position: relative;\n}\n\n/* IE11 Support */\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n  .vimeography-thumbnail {\n    flex: 0 0 25%;\n  }\n}\n\n.vimeography-link {\n  display: block;\n}\n\n.vimeography-link-active {\n}\n\n.vimeography-thumbnail-img {\n  padding: 0;\n  margin: 0;\n  display: block;\n\n  box-shadow: #000 0em 0em 0em; /* Fixes weird firefox rendering with opacity changes */\n  filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\\'http://www.w3.org/2000/svg\\'><filter id=\\'grayscale\\'><feColorMatrix type=\\'matrix\\' values=\\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\\'/></filter></svg>#grayscale\"); /* Firefox 10+ */\n  filter: gray; /* IE6-9 */\n  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */\n  -webkit-backface-visibility: hidden; /* Fix for transition flickering */\n\n  transition: all 0.6s ease;\n  max-width: 100%;\n  height: auto;\n  width: 100%;\n\n  &:hover {\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\\'http://www.w3.org/2000/svg\\'><filter id=\\'grayscale\\'><feColorMatrix type=\\'matrix\\' values=\\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\\'/></filter></svg>#grayscale\");\n    -webkit-filter: grayscale(0%);\n  }\n}\n\n.vimeography-title {\n  text-align: left;\n  overflow: hidden;\n  position: absolute;\n  bottom: 0;\n  left: 0;\n  font-family: sans-serif;\n  overflow: hidden;\n  display: block;\n  margin: .375rem 0; /* 6px */\n  padding: .185rem .375rem; /* 3px 6px */\n  width: auto;\n  color: #343434;\n  background-color: #fafafa;\n  font-size: 0.8rem; /* 15.2px */\n  line-height: 1.2rem; /* 20px */\n  font-weight: 600;\n  -webkit-font-smoothing: antialiased;\n}\n","\n.vimeography-thumbnail-container {\n  position: relative;\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  grid-row-gap: 40px;\n  grid-column-gap: 10px;\n  justify-content: center;\n  justify-content: space-between; \n  margin-bottom: 2rem;\n}\n\n/* IE11 Support */\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n  .vimeography-thumbnail-container {\n    display: flex;\n    flex-wrap: wrap;\n  }\n}\n","\n.vimeography-gallery {\n  width: 90%;\n  margin: 0 auto 1rem;\n}\n\n/deep/ .vimeography-player-container {\n  margin-bottom: 2rem;\n}\n"],"mappings":"AACA;;ACAA;;ACAA;;","sourceRoot":""}