.discopapa-body .menu-toggler {
  top: 50px; }
  @media (max-width: 1199px) {
    .discopapa-body .menu-toggler {
      top: 25px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .discopapa-body .menu-toggler {
      top: -65px; } }
  @media (max-width: 767px) {
    .discopapa-body .menu-toggler {
      top: 15px; } }

.discopapa-body .fly-wrap_dryage img {
  top: 85px; }
  @media (max-width: 1199px) {
    .discopapa-body .fly-wrap_dryage img {
      top: 50px; } }

.h-h1 {
  font-weight: bold;
  font-size: 60px;
  line-height: 1.25;
  padding: 0;
  margin: 0; }
  @media (max-width: 767px) {
    .h-h1 {
      font-size: 36px; } }

.h-h2 {
    font-size: 30px;
    line-height: 1.2;
    padding: 0;
    font-family: fantasy;
}
.h-h3 {
  padding: 0;
  font-size: 20px;
  line-height: 1.33; }

.footer {
    flex: 0 0 auto;
    position: relative;
    background: #000000;
    margin-top: 30px;
    z-index: 1;
}

.nobr {
  white-space: nowrap; }
/*
.h-text-green-shadow {
  text-shadow: 4px 4px 0 rgba(2, 160, 103, 0.2); }
*/
.b-top {
  background: center no-repeat;
  background-size: cover;
  height: 24.3vw;
  min-height: 350px;
  max-height: 450px;
  display: flex;
  align-items: center;
  padding-top: 120px; }
  .b-top__title {
    color: #fff;
    position: relative;
    display: flex;
    align-items: center; }
    .b-top__title:before {
      content: '';
      display: block;
      width: 60px;
      height: 4px;
      background-color: #e61739;
      flex-shrink: 0;
      margin-right: 30px; }
      @media (max-width: 767px) {
        .b-top__title:before {
          width: 30px;
          height: 3px;
          margin-right: 20px; } }

.b-steps {
  text-align: left;
  padding: 10px 0 70px; }
  .b-steps__title {
    margin: 2px 0 22px; }
  .b-steps__subtitle {
    margin: 0 0 30px;
    padding: 0;
    color: #999999; }
    .b-steps__subtitle b {
		-webkit-text-stroke-width: thin;
      color: #000; }
.b-steps__list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    justify-content: space-evenly;
    align-items: stretch;
    align-content: stretch;
}
  .b-steps__item {
    width: 33.33%;
    padding: 15px; }
    @media (max-width: 767px) {
      .b-steps__item {
        width: 100%; } }
  .b-steps__item-image {
    background: center no-repeat;
    background-size: auto 100%;
    height: 225px;
    margin-bottom: 30px;
    }
    @media (max-width: 767px) {
      .b-steps__item-image {
        margin-bottom: 0; } }
  .b-steps__item-title {
    font-size: 16px;
    line-height: 22px; }
.b-steps__hashtag {
    padding: 48px 118px 43px 38px;
    display: inline-block;
    vertical-align: top;
    background: no-repeat center url(../img/marked-1.png);
    background-size: inherit;
    font-family: "Roboto Slab", sans-serif;
    font-weight: bold;
    font-size: 22.5135px;
    line-height: 22px;
    color: #fff;
    margin: 16px 478px;
}
  .b-steps__socials {
    display: flex;
    justify-content: center;
    align-items: center; }
  .b-steps__socials-link {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    border: 1px solid #02A067;
    border-radius: 50%; }
    .b-steps__socials-link path {
      transition: .3s ease; }
    .b-steps__socials-link:hover path {
      fill: #02A067; }

.b-video {
  margin: 0 0 155px;
  padding: 54px 0 48px;
  background: rgba(86, 192, 238, 0.1); }
  .b-video__inner {
    display: flex;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .b-video__inner {
        flex-direction: column-reverse;
        text-align: center; } }
  .b-video__video {
    position: relative;
    width: 660px;
    min-width: 340px; }
    @media (max-width: 767px) {
      .b-video__video {
        margin-top: 40px;
        height: 340px; } }
  .b-video video {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
    transition: .3s ease;
    cursor: pointer; }
    .b-video video.is-paused {
      opacity: .3; }
  .b-video__video-slider {
    width: 547px;
    height: 544px;
    background-size: contain;
    background: url(../img/video-bg.png) no-repeat;
    position: absolute;
    top: -78px;
    left: 100px; }
    @media (max-width: 991px) {
      .b-video__video-slider {
        left: -50px; } }
    @media (max-width: 767px) {
      .b-video__video-slider {
        top: 0;
        left: 50vw;
        margin-left: -143px; } }
  .b-video__video-slides {
    width: 190px;
    height: 335px;
    position: absolute;
    left: 33px;
    top: 43px;
    background: #000 no-repeat center url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 60 60' style='enable-background:new 0 0 60 60;' xml:space='preserve' width='60' fill='%23fff'%3E%3Cg%3E%3Cpath d='M45.563,29.174l-22-15c-0.307-0.208-0.703-0.231-1.031-0.058C22.205,14.289,22,14.629,22,15v30 c0,0.371,0.205,0.711,0.533,0.884C22.679,45.962,22.84,46,23,46c0.197,0,0.394-0.059,0.563-0.174l22-15 C45.836,30.64,46,30.331,46,30S45.836,29.36,45.563,29.174z M24,43.107V16.893L43.225,30L24,43.107z'/%3E%3Cpath d='M30,0C13.458,0,0,13.458,0,30s13.458,30,30,30s30-13.458,30-30S46.542,0,30,0z M30,58C14.561,58,2,45.439,2,30 S14.561,2,30,2s28,12.561,28,28S45.439,58,30,58z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    border-radius: 2px;
    overflow: hidden; }
  .b-video__content {
    width: 365px;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1.36; }
    @media (max-width: 767px) {
      .b-video__content {
        width: 100%; } }
    .b-video__content p {
      margin: 10px 0 0; }
      .b-video__content p span {
        position: relative;
        z-index: 2; }
  .b-video__title {
    margin: 0 0 18px; }
  .b-video__subtitle {
    margin: 0 0 18px;
    font-size: 18px;
    padding: 0; }
  .b-video__marked {
    display: inline-block;
    z-index: 1 !important;
    font-weight: bold;
    color: #fff; }
    .b-video__marked:before {
      content: '';
      position: absolute;
      width: 107px;
      height: 46px;
      background: url(../products/brand/readymeal/pizza/static/img/marked-2.png) center no-repeat;
      top: -16px;
      left: -9px; }

.b-new-products {
  position: relative; }
  @media (min-width: 992px) {
    .b-new-products:before, .b-new-products:after {
      content: '';
      position: absolute;
      background: no-repeat center;
      background-size: contain;
      width: 347px;
      pointer-events: none; }
    .b-new-products:before {
      height: 807px;
      bottom: -610px;
      left: 50%;
      margin-left: -750px;
      background-image: url(../products/brand/readymeal/pizza/static/img/products-right-bg.png); } }
  @media (min-width: 992px) and (min-width: 1441px) {
    .b-new-products:before {
      left: 0;
      margin: 0; } }
  @media (min-width: 992px) {
    .b-new-products:after {
      height: 292px;
      right: 50%;
      margin-right: -735px;
      bottom: -260px;
      background-image: url(../products/brand/readymeal/pizza/static/img/products-left-bg.png); } }
  @media (min-width: 992px) and (min-width: 1441px) {
    .b-new-products:after {
      right: 0;
      margin: 0; } }
  .b-new-products__title {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 60px;
    z-index: 3;
    pointer-events: none; }
  @media (min-width: 992px) {
    .b-new-products__list {
      display: flex;
      position: relative;
      z-index: 1; }
    .b-new-products__item-wrapper {
      width: 25%;
      flex-shrink: 0; }
      .b-new-products__item-wrapper:last-child {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        display: flex;
        justify-content: flex-end; }
    .b-new-products__item {
      height: 100%;
      width: 100%;
      overflow: hidden; }
      .b-new-products__item.is-hover {
        width: 390px;
        position: relative;
        z-index: 2;
        flex-shrink: 0;
        transition: .3s ease; }
        .b-new-products__item.is-hover .b-new-products__item-title,
        .b-new-products__item.is-hover .b-new-products__item-text {
          opacity: 1;
          transform: translateY(0px);
          transition: .6s .2s ease; }
    .b-new-products__item-inner {
      width: 390px;
      padding: 150px 30px 30px;
      flex-shrink: 0; } }
  .b-new-products__item-image {
    height: 300px;
    display: flex;
    justify-content: center;
    margin: 0 0 45px; }
    .b-new-products__item-image img {
      max-width: initial; }
  .b-new-products__item-title {
    margin: 0 0 15px;
    text-align: center; }
  .b-new-products__item-text {
    font-size: 14px;
    line-height: 1.5;
    text-align: center; }
  @media (max-width: 991px) {
    .b-new-products__item-wrapper:first-child .b-new-products__item {
      padding-top: 150px; }
    .b-new-products__item {
      padding: 60px; } }
  @media (max-width: 767px) {
    .b-new-products__item-wrapper:first-child .b-new-products__item {
      padding-top: 200px; }
    .b-new-products__title {
      max-width: 370px;
      padding: 0 20px;
      margin: 0 auto; }
    .b-new-products__list {
      margin: 0 -15px; }
    .b-new-products__item {
      padding: 50px 30px; }
    .b-new-products__item-image {
      margin-bottom: 20px; } }
  @media (min-width: 992px) {
    .b-new-products__item-title, .b-new-products__item-text {
      opacity: 0;
      transform: translateY(60px);
      text-align: left; } }

.b-rules {
  margin: 35px 0;
  position: relative; }
  .b-rules__links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .b-rules__link {
    margin: 15px 30px; }
    @media (max-width: 767px) {
      .b-rules__link {
        width: 100%;
        margin: 15px 0; } }

.b-btn, .b-link {
  height: 59px;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  transition: .3s ease;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600; }
  @media (max-width: 767px) {
    .b-btn, .b-link {
      font-size: 12px; } }
  .b-btn__icon, .b-link__icon {
    margin-right: 20px; }

.b-btn {
  background: #FF1037;
  padding: 0 22px;
  color: #fff; }
  .b-btn:hover {
    opacity: .8; }
  .b-btn:link {
    color: #fff; }

.b-link {
  background: transparent; }
  .b-link:hover {
    opacity: .6; }

.b-text-section {
  position: relative;
  color: #fff;
  display: flex;
  background: no-repeat center;
  background-size: cover; }
  @media (max-width: 991px) {
    .b-text-section {
      text-align: center; } }
  .b-text-section__inner {
    height: 500px;
    display: flex;
    flex-direction: column;
    padding: 60px 0; }
    @media (max-width: 991px) {
      .b-text-section__inner {
        height: auto; } }
  .b-text-section__title {
    width: 100%;
    color: #fff;
    margin: auto 0;
    padding-bottom: 20px; }
    @media (max-width: 991px) {
      .b-text-section__title {
        margin: 0 0 30px; } }
  .b-text-section__text_logo {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .b-text-section__text_logo {
        flex-direction: column;
        align-items: center; } }
  .b-text-section__text {
    max-width: 650px;
    margin-right: 40px; }
    @media (max-width: 991px) {
      .b-text-section__text {
        margin: 0 0 50px; } }

header h1 + .about-anonce:empty {
  padding-bottom: 30px; }

.p-larger {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #454545; }
  .p-larger:first-child {
    margin-top: 45px; }
  .p-larger.-offset {
    margin: 40px 0 50px; }

.blue {
  color: #4e87c4; }

.article {
  overflow: hidden; }
  .article .constr-list {
    color: inherit;
    margin-bottom: 60px;
    max-width: 860px; }
    .article .constr-list li:before {
      max-height: 2px;
      margin-left: -10px;
      margin-top: -2px;
      background: currentColor; }
  .article h3 {
    margin: 45px 0 30px; }
  .article p {
    margin: 15px 0; }
    .article p + blockquote {
      margin-top: 35px; }
  .article .icon-text-block {
    margin-top: 50px; }
  .article img {
    max-width: 100%;
    height: auto;
    display: block; }

.article-image-set {
  margin: 30px 0 0;
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .article-image-set__item img {
    display: block; }

.history-block {
  padding: 50px 0 30px;
  font-size: 15px; }

.icon-text-block {
  margin-bottom: 35px;
  padding-right: 30px; }
  .icon-text-block__icon {
    display: block; }
    .icon-text-block__icon + .icon-text-block__text {
      margin-top: 24px; }
  .icon-text-block__year {
    font-size: 50px;
    line-height: 36px;
    margin: 16px 0 20px; }
  .icon-text-block__text {
    line-height: 20px; }

.light-block {
  background: #fff;
  padding: 40px 30px 30px 45px;
  margin-bottom: 30px; }
  .light-block__avatar_name_occupation {
    display: flex;
    align-items: flex-end;
    margin-bottom: 35px; }
  .light-block__avatar {
    position: relative;
    right: 45px; }
  .light-block__name_occupation {
    font-family: CynthoSlabProBlack, sans-serif;
    line-height: 1.2;
    padding-bottom: 20px;
    color: #3a7cbf; }
  .light-block__name {
    font-size: 23px; }
  .light-block__occupation {
    font-size: 17px; }
  .light-block__text {
    line-height: 24px; }
  .light-block__logo_slogan {
    display: flex;
    align-items: center;
    margin: 15px 0 30px; }
  .light-block__slogan {
    margin-left: 45px;
    padding: 10px 0 10px 45px;
    border-left: 1px solid #dedede;
    color: #4c86c3;
    font-style: italic;
    font-size: 18px;
    line-height: 20px; }
  .light-block__gallery {
    margin: 20px -5px 40px -10px;
    display: flex;
    flex-wrap: wrap; }
  .light-block__gallery-item {
    height: 175px;
    margin: 10px 0;
    display: block;
    background-size: cover;
    background-position: center; }
  .light-block__vacancies-link {
    display: flex;
    align-items: center;
    clear: both;
    color: #1f5c9f;
    margin-bottom: 15px; }
    .light-block__vacancies-link img {
      margin-right: 20px; }
  .light-block.-quote {
    box-shadow: inset 0 110px 0 0 #eee;
    font-size: 18px; }

.news-list-block {
  padding: 110px 0 60px; }
  .news-list-block__item {
    margin-bottom: 40px;
    display: block; }
    .news-list-block__item:hover, .news-list-block__item:focus {
      text-decoration: none; }
      .news-list-block__item:hover .news-list-block__title, .news-list-block__item:focus .news-list-block__title {
        color: #1f5c9f; }
  .news-list-block__image {
    display: block; }
  .news-list-block__date {
    margin: 15px 0 10px;
    color: #969696; }
  .news-list-block__title {
    font-size: 17px;
    font-weight: bold;
    color: #000; }
  .news-list-block__all-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 15px;
    color: #1f5c9f;
    background: #fff; }
    .news-list-block__all-link img {
      margin-left: 12px; }

.js-sticky, .js-sticky__inner {
  will-change: position, height, top, left; }

.indexed-text-wrapper {
  margin-bottom: 60px; }
  .indexed-text-wrapper h4 {
    font-size: 19px;
    line-height: 1;
    margin: 45px 0 15px;
    color: inherit; }
  .indexed-text-wrapper p + img {
    margin-top: 40px; }

.about-slider {
  position: relative;
  height: 460px;
  margin-bottom: 20px; }
  .about-slider__list {
    height: 100%; }
  .about-slider__item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center; }
    .about-slider__item.active {
      z-index: 1; }
  .about-slider__controls {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1; }
  .about-slider__prev, .about-slider__next {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a5aa1;
    transition: .15s ease;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .about-slider__prev:hover, .about-slider__next:hover {
      background: #3375bd; }
    .about-slider__prev.disabled, .about-slider__next.disabled {
      pointer-events: none; }
  .about-slider__prev {
    transform: rotate(180deg); }

@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
h1 {
  font-family: "Montserrat", sans-serif;
}

.app p {
  font-family: 'Roboto Slab';
  text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
}

.blue-bg {
  position: fixed;
  background: url(https://miratorg.ru/products/brand/readymeal/pizza/static/img/iStock-945985440.jpg);
  background-size: cover;
  background-color: #58aff6;
  top: 0;
  height: 1000px;
  width: 100vw;
  z-index: -1;
  overflow-x: hidden;
}

.white-bg {
  position: absolute;
  top: 0;
  background-color: #fff;
  min-height: 500px;
  margin: 410px 0px;
  width: 100vw;
  height: 100vh;
  transform: skewY(5deg);
  z-index: -1;
}

.content-bg {
  position: absolute;
  top: 0;
  margin: 450px 10vw;
  max-width: 160vw;
  background-color: transparent;
}

.shadow {
  box-shadow: -2px -5px 5px 0px rgba(0, 0, 0, 0.3);
}

.app {
position: relative;
display: contents;
    padding-left: 8.5em;
    max-width: 100em;
    background: url(https://miratorg.ru/products/brand/readymeal/pizza/static/img/iStock-945985440.jpg);
    background-size: auto 23em;
    background-repeat: repeat-x;
    background-position: center top;
}

main {
  padding: var(--var-padding);
  grid-row: 2;
  grid-column: 1;
  background: #fff;
      background-image: url(/products/brand/readymeal/pizza/static/img/for/Back_plita.jpg);
	  background-repeat: round;
}
main h1 {
  margin-top: 0;
  font-weight: normal;
}

body {
  margin: 0;
}

@media (min-width: 1200px) {

                                                    .piz {
                                                        display: grid;
														text-align: start;
                                                        grid-template-rows: repeat(3, auto);
                                                        grid-template-columns: 4fr 4fr 5fr;
                                                        grid-template-areas: '. . title' 'img img content' 'img img .';
                                                        max-width: 1000px;
                                                        margin-right: auto;
                                                        margin-left: auto;
													}
  .app {
display: grid;
    margin: 2em auto;
    grid-template-rows: 4em auto;
    grid-template-columns: 2.4fr 4fr;
    padding-left: 2em;
    background-size: cover;
    align-items: baseline;
    justify-items: end;
    justify-content: space-between;
    align-content: stretch;

  }

.app::after {
    position: relative;
    right: 24em;
    left: -11px;
    bottom: -55px;
    z-index: 0;
    width: 95%;
    height: 531px;
    content: "";
    box-shadow: 0 0 5em #7d604f;
}
}

  main {
    min-width: var(--main-column-width);
	display: initial;

  }
}
@media (min-width: 500px) {
.app {
    display: contents;
    margin: 2em auto;
    grid-template-rows: 4em auto;
    grid-template-columns: 2.4fr 4fr;
    padding-left: 2em;
    background-size: cover;
    align-items: baseline;
    justify-items: end;
    justify-content: space-between;
    align-content: stretch;
 }
}
/*
                                                :root {
                                                    --box-x-padding: 2rem;
                                                    --box-y-padding: 2rem;
                                                }

                                                @media (min-width: 40em) {
                                                    :root {
                                                        --box-y-padding: 4rem;
                                                    }
                                                }

                                                @media (min-width: 60em) {
                                                    :root {
                                                        --box-x-padding: 3rem;
                                                        --box-y-padding: 6rem;
                                                    }
                                                }
*/
                                                @media (min-width: 40em) {
                                                    .piz {
                                                        display: grid;
														text-align: start;
														--box-x-padding: 2rem;
														--box-y-padding: 2rem;
                                                        grid-template-rows: repeat(3, auto);
                                                        grid-template-columns: 4fr 4fr 5fr;
                                                        grid-template-areas: '. . title' 'img img content' 'img img .';
                                                        max-width: 1000px;
                                                        margin-right: auto;
                                                        margin-left: auto;
                                                    }

                                                    .piz::after {
                                                        content: '';
                                                        grid-column: 2/-1;
                                                        grid-row: 1/3;
                                                        position: relative;
                                                        z-index: -1;
                                                        background: #fff;
                                                        box-shadow: 0 0.2em 1em rgba(61,48,41,0.2);
                                                    }

                                                    h1 {
                                                        grid-area: title;
                                                        padding-top: var(--box-y-padding);
                                                        padding-left: var(--box-x-padding);
                                                    }

                                                    .content_piz {
                                                        grid-area: content;
                                                        padding-bottom: var(--box-y-padding);
                                                        padding-left: var(--box-x-padding);
                                                        padding-right: var(--box-x-padding);
                                                    }

                                                    .img {
                                                        grid-area: img;
                                                    }
                                                }

                                                @import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700"); html {
                                                    font-family: Montserrat, sans-serif;
                                                    font-size: 15px;
                                                    background-color: #f5f5f5;
                                                }

                                                body {
                                                    padding: 0em;
                                                }

                                                h1 {
                                                    font-size: 4em;
                                                    margin: 0 0 1rem;
                                                    font-family: serif;
                                                    position: relative;
                                                }

                                                h1::after {
                                                    content: '';
                                                    position: absolute;
                                                    width: 6rem;
                                                    background-color: #ccc;
                                                    height: 2px;
                                                    top: 0;
                                                    left: 0;
                                                }

                                                @media (min-width: 40em) {
                                                    h1::after {
                                                        left: var(--box-x-padding);
                                                        top: var(--box-y-padding);
                                                    }
                                                }

                                                .content_piz {
                                                    color: #4d4d4d;
                                                    margin-bottom: var(--box-y-padding);
                                                }

                                                @media (min-width: 40em) {
                                                    .content_piz {
                                                        margin-bottom: 0;
                                                    }
                                                }

                                                p {
                                                    margin-top: 0;
                                                    margin-bottom: var(--box-y-padding);
                                                    line-height: 1.5;
                                                }

                                                .content_piz a {
                                                    text-decoration: none;
                                                    border: 1px solid #b3b3b3;
                                                    border-radius: 1em;
                                                    padding: 1em 2em;
                                                    text-transform: uppercase;
                                                    font-size: 11px;
                                                    font-weight: 700;
                                                    letter-spacing: 0.05em;
                                                    color: inherit;
                                                    display: inline-block;
                                                    background-color: #fff;
                                                }

                                                .img {
                                                    position: relative;
                                                }

                                                .img a {
                                                    position: absolute;
                                                    left: 0;
                                                    bottom: 0;
                                                }

                                                img {
                                                    max-width: 100%;
                                                    vertical-align: middle;
                                                   /* box-shadow: 0 0.2em 1.2em rgba(61,48,41,0.1); */
                                                }

                                                .attribution {
                                                    position: absolute;
                                                    bottom: 0;
                                                    right: 0;
                                                    background-color: #ea4c89;
                                                    color: #fff;
                                                    padding: 0.5em 1em;
                                                }

