.padding-top-bottom {
    padding-bottom: 50px;
    margin-top: 50px;
}

.more-coming {
    font-family: OpenSansLight, serif;
    text-align: center;
    font-size: 1rem;
    overflow: hidden;
    padding-top: 70px;
}

.keywords {
    font-family: CormorantGaramondItalic, serif;
    font-size: 1.7rem;
    padding-bottom: 5px;
}

.pattern-title {
    font-family: CormorantGaramondRegular, serif;
    font-size: 2rem;
    text-align: left;
    transition: 1s cubic-bezier(.54, .1, 0, .99);
    line-height: 1.1;
}

.pattern-title:hover {
    color: var(--darkRose);
}

.pattern-description {
    font-family: OpenSansLight, serif;
    line-height: 2;
    flex-grow: 1;
}

a {
    text-decoration: none;
    color: var(--darkGray);
}

.padding-bottom {
    padding-bottom: 20px;
}


.pattern-description a {
    line-height: 2;
    font-size: 0.9rem;
    font-family: OpenSansLight, serif;
}

.align-bottom {
    /* Vertical alignment */
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-align-items: center; /* Safari 7.0+ */
    align-items: center;
    font-family: OpenSansLight, serif;
}

@media only screen and (max-width: 879px) {
    .align-bottom {
        padding-top: 20px;
        position: unset;
        bottom: unset;
    }
}

.align-bottom a {
    text-decoration: none;
    color: var(--darkGray);
}

.svg-arrow {
    float: left;
    width: 30px;
    height: 11px;
}

.image-test {
  position: relative;
}

.image-test .image {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease-in-out;
}

.image-test .image-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.image-test:hover .image-hover {
  opacity: 1;
}

.image-test:hover .image-default {
  opacity: 0;
}
