#fantastika {
  background-image: url('/image/stihi/ui/stihi-f1.svg');
}

#romantika {
  background-image: url('/image/stihi/ui/stihi-love.svg');
}

#heroika {
  background-image: url('/image/stihi/ui/stihi-hero.svg');
}

.stihi-h2div {
  margin: 1rem auto;

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 90%;
  max-width: 24rem;
  aspect-ratio: 680 / 220;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stihi-h2 {
  display: block;
  margin: 1rem 0 1.3rem 0;
  padding: 0.3rem;
  max-width: 90%;

  color: #0e0d0d;
  font-size: 1.45rem;
}

ul.stihi-ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.stihi-ul li {
  list-style: none;
  position: relative;
  padding-left: 2rem;
  margin: 0 0 2rem 0;
  line-height: 1;
  text-align: left;
  font-size: 1.333rem;
  font-family: 'LoraMi', 'Georgia Italic', 'Times New Roman Italic', 'Palatino Italic', serif;
}

.stihi-ul li a {
  color: #c98655;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

/*
.stihi-ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 2rem;
  height: 1rem;
  background-image: url('/image/design/vignette1left.svg');
  background-repeat: no-repeat;
  background-size: contain;
} 
*/


/* -------------------======== [                       ]========--------------------- */
/* -------------------======== [ FOR LANDSCAPE SCREENS ]========--------------------- */
/* -------------------======== [                       ]========--------------------- */
/* @media screen and (orientation:landscape){ */
@media only screen and (min-aspect-ratio: 4/3) {
  .stihi-h2div {
    margin: 1rem auto;
    width: 80%;
    /* max-width: 28rem; */
  }
}