
.coffee-image-story {
    position: relative;
    text-align: center;
}
.coffee-image-story_img {
    min-height: 39.375rem;
}
.coffee-image-story_img:before {
    content: "\A";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}
@media print, screen and (min-width: 64em) {
    .coffee-image-story_img {
        min-height: 39.375rem;
    }
}
@media screen and (min-width: 85.375em) {
    .coffee-image-story_img {
        min-height: 39.375rem;
        max-height: 39.375rem;
    }
}
@media screen and (min-width: 100em) {
    .coffee-image-story_img {
        min-height: 46.0625rem;
        max-height: 46.0625rem;
    }
}
.coffee-image-story_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.coffee-image-story .icon {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 3.1875rem;
    height: 1.875rem;
    display: block;
    margin-bottom: 4.25rem;
}
@media print, screen and (min-width: 64em) {
    .coffee-image-story .icon {
        margin-bottom: 3.25rem;
    }
}
.coffee-image-story .main-block {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.coffee-image-story__text-box .tags-wrapper {
    margin: 1.875rem 0;
    margin-top: 0.625rem;
}
.coffee-image-story__text-box .tags-wrapper a {
    clear: both;
    display: block;
}
.coffee-image-story__text-box .tags-wrapper a:hover {
    color: #fff;
    text-decoration: underline;
}
.coffee-image-story__text-box .tags-wrapper a:hover:after {
    color: #fff;
    text-decoration: underline;
}
@media print, screen and (min-width: 64em) {
    .coffee-image-story__text-box .tags-wrapper a {
        display: inline;
        margin-top: 1.875rem;
    }
}
.coffee-image-story__text-box .tags-wrapper a:before {
    content: "-";
    margin: 0 0.875rem;
}
.coffee-image-story__text-box .tags-wrapper a:after {
    content: "-";
    margin: 0 0.875rem;
}
@media print, screen and (min-width: 64em) {
    .coffee-image-story__text-box .tags-wrapper a:before {
        content: none;
    }
    .coffee-image-story__text-box .tags-wrapper a:after {
        content: "|";
        margin: 0 0.875rem;
    }
    .coffee-image-story__text-box .tags-wrapper a:last-child:after {
        content: none;
    }
}
.coffee-image-story__text-box .desc,
.coffee-image-story__text-box h1,
.coffee-image-story__text-box p,
.coffee-image-story__text-box span {
    text-align: center;
}
.coffee-image-story__text-box span {
    margin-top: 4.25rem;
}
@media print, screen and (min-width: 64em) {
    .coffee-image-story__text-box span {
        margin-top: 3.25rem;
    }
}
.coffee-image-story__text-box .desc {
    margin-top: 0.625rem;
}
.coffee-image-story__text-box h1 {
    margin-top: 0.9375rem;
}
.coffee-image-story__text-box .button {
    margin: 0 auto;
    margin-top: 3.75rem;
    left: 0;
    right: 0;
}
