/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./slicing/src/scss/components/image-block.scss ***!
  \***********************************************************************************************************************************************************************************************/
.imageblock {
  margin-top: 3.75rem;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.imageblock__container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0 2rem;
  font-style: italic;
  color: #848484;
}
.imageblock__container figcaption {
  margin-top: -0.5rem;
}
@media only screen and (min-width: 768px) {
  .imageblock__container {
    padding: 0;
  }
}
.imageblock__img {
  width: 100%;
  height: 13rem;
  margin-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  max-inline-size: 100%;
  block-size: auto;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .imageblock__img {
    width: 52.25rem;
    height: 34.625rem;
  }
}
.imageblock__image {
  position: relative;
}
.imageblock__add {
  background-color: #b39668;
  height: 0.5rem;
  width: 6.0625rem;
  position: absolute;
  top: -8px;
  right: 10%;
}
@media only screen and (min-width: 768px) {
  .imageblock__add {
    height: 0.9375rem;
    width: 11.75rem;
    top: -15px;
    right: 5%;
  }
}
