/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.part.content-image .part-setup {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  .part.content-image .part-setup .image {
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 200px;
    align-self: flex-end;
    margin-bottom: -2em; }
    @media (min-width: 981px) {
      .part.content-image .part-setup .image {
        width: 300px;
        height: 300px; } }
    .part.content-image .part-setup .image img {
      position: absolute;
      -o-object-fit: cover;
         object-fit: cover;
      inset: 0;
      width: 100%;
      height: 100%; }
  .part.content-image .part-setup .content {
    padding: 2em 30px 30px;
    font-family: "JetBrains Mono", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 110%;
    flex: 1;
    width: 250px;
    background-color: var(--green);
    position: relative; }
    @media (min-width: 981px) {
      .part.content-image .part-setup .content {
        font-size: 35px;
        width: 350px; } }
    .part.content-image .part-setup .content:before {
      content: '';
      position: absolute;
      top: -90px;
      left: 0;
      background: linear-gradient(0deg, #00FFA0 0%, rgba(0, 255, 160, 0) 100%);
      height: 90px;
      width: 100%; }
      @media (min-width: 981px) {
        .part.content-image .part-setup .content:before {
          top: -100px;
          height: 100px; } }

.part.content-image.image-second .part-setup .content {
  order: 1;
  padding: 30px 30px 2em;
  align-self: flex-end; }

.part.content-image.image-second .part-setup .image {
  order: 2;
  align-self: flex-start;
  margin-bottom: 0;
  margin-top: -2em; }

@media (max-width: 980px) {
  .part.content-image.medium .part-setup .image {
    width: 250px;
    height: 250px; } }

@media (max-width: 980px) {
  .part.content-image.large .part-setup .image {
    width: 350px;
    height: 350px; } }

/*# sourceMappingURL=content-image.css.map */
