.zgodbe-slider .zgodba {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin: 0px 24px; }
  .zgodbe-slider .zgodba p {
    width: 70%; }
  .zgodbe-slider .zgodba__image img {
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    max-width: 360px; }

@media only screen and (max-width: 1000px) {
  .zgodba {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .zgodba__title, .zgodba__link {
      text-align: center; }
    .zgodba__body {
      margin-bottom: 16px; }
      .zgodba__body .h2 {
        margin: 0 auto; }
      .zgodba__body p {
        width: 100% !important; }
      .zgodba__body .link {
        margin: 0 auto; } }

@media only screen and (max-width: 500px) {
  .zgodbe-slider .zgodba__image img {
    max-width: 280px; } }


/*# sourceMappingURL=zgodbe-slider-script.css.map*/