/************ Skandinavisk colors ***********/
/******* Aspect ratios *****/
/****** Transition *******/
.image-only__image-caption {
  color: #646464;
  font-size: 10px;
  line-height: 12px;
  margin: 0;
  padding: 16px 0 0;
  text-align: var(--title-align) !important;
}
@media only screen and (max-width: 1199px) {
  .image-only__image-caption {
    padding: 10px 0 0;
    text-align: var(--mobile-title-align) !important;
  }
}

.image-only {
  padding: 0 20px 30px;
}
@media only screen and (min-width: 768px) {
  .image-only.max-width {
    max-width: 1160px;
    width: 100%;
  }
}
.image-only.full-width {
  padding: 0 0 30px;
}
.image-only.full-width .image-only__wrap {
  height: 715px;
}
@media only screen and (max-width: 1023px) {
  .image-only.full-width .image-only__wrap {
    height: 515px;
  }
}
@media only screen and (max-width: 767px) {
  .image-only.full-width .image-only__wrap {
    height: 205px;
  }
}
.image-only.full-width .image-only__image__image-container {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
.image-only.full-width .image-only__image__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 100%;
  width: 100%;
}
.image-only.full-width .image-only__image-caption {
  padding: 16px 10px 0;
}
@media only screen and (max-width: 1199px) {
  .image-only.full-width .image-only__image-caption {
    padding: 10px 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .image-only.full-width {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .image-only {
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .image-only {
    margin: 0 auto;
    width: calc(40% + 40px);
  }
}
/*# sourceMappingURL=image-only.css.map*/