/** COLORS PATTERN **/
/** GRID SYSTEM **/
/*
 * d - The Class Name Es .d-12 (if is 'null' element have not a class element associated)
 * desktop - @Media Query device name Es. @include device(desktop) { }
 * 0 - Device Screen max-widht (if is 0 the @menia query haven't a max-width limit)
 * 1024 - Device Screen min-width (if is not set @menia query haven't a min-width limit)
*/
/*** PADDING & MARGIN ***/
/** TEXT STYLE */
h4, h5, h3 {
  font-weight: 600;
}

.section-opera {
  position: relative;
  z-index: 0;
}
.section-opera .opera-wrap {
  height: calc(100vh - 249px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-meta .meta-wrap {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #232323;
}
.section-meta .meta-wrap .meta {
  flex-basis: 0;
  flex-grow: 1;
}
.section-meta .meta-wrap .parentBtn {
  position: absolute;
  top: 1rem;
  width: auto;
  font-size: 14px;
  z-index: 100000;
  background-color: #ffe534;
}

/*# sourceMappingURL=single-collezione.css.map */
