{"version":3,"file":"styles.07181ec0.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  max-width: 100%;\n  position: relative;\n  z-index: 1;\n  overflow: hidden;\n  background: #3085a3;\n  text-align: center;\n  cursor: pointer;\n  border-radius: 4px;\n\n  &:hover .vimeography-title {\n    transform: translate3d(0, 0, 0);\n  }\n\n  &:hover .vimeography-title::after,\n  &:hover p {\n    opacity: 1;\n    transform: translate3d(0, 0, 0);\n  }\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  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  z-index: 1000;\n  text-indent: 200%;\n  white-space: nowrap;\n  font-size: 0;\n  opacity: 0;\n}\n\n.vimeography-link-active {\n}\n\n.vimeography-thumbnail-img {\n  cursor: pointer;\n  position: relative;\n  display: block;\n  width: 100%;\n  height: auto;\n  opacity: 0.8;\n}\n\nfigcaption {\n  padding: 1.6rem 2rem 2rem;\n  text-transform: uppercase;\n  font-size: 1.25em;\n  backface-visibility: hidden;\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  text-align: left;\n}\n\n.vimeography-title {\n  font-family: 'Montserrat', sans-serif;\n  font-size: 1.2rem;\n  line-height: 1.3rem;\n  word-spacing: -0.15rem;\n  font-weight: 300;\n  margin: 0 0 1rem; /* Space to subtitle */\n  padding: 0 0 0.5rem; /* Space to line */\n  transition: transform 0.35s;\n  transform: translate3d(0, 20px, 0);\n  color: #fff;\n\n  &:after {\n    opacity: 0;\n    transition: opacity 0.35s, transform 0.35s;\n    position: absolute;\n    top: 100%;\n    left: 0;\n    right: 0;\n    height: 3px;\n    background: #fff;\n    content: '';\n    transform: translate3d(0, 40px, 0);\n  }\n}\n\n.vimeography-subtitle {\n  margin: 0;\n  font-family: 'Open Sans', sans-serif;\n  letter-spacing: 1px;\n  font-size: 68.5%;\n  bottom: 30px;\n  line-height: 1.5;\n  transform: translate3d(0, 100%, 0);\n  opacity: 0;\n  transition: opacity 0.35s, transform 0.35s;\n  color: #fff;\n}\n","\n.vimeography-thumbnail-container {\n  position: relative;\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  grid-column-gap: 10px;\n  grid-row-gap: 10px;\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"],"mappings":"AACA;;ACAA;;ACAA;;","sourceRoot":""}