img, iframe {
  max-width: 100%;
}


/* úprava motivu, ale neprojevuje se */
#theme-item { /* text motivu, celý blok */
  padding: 30px 0 0 30px;
}

#theme-item h2 { /* text motivu, nadpis */
  text-decoration: underline;
  color: #4E382C;
}

#theme-item p { /* text motivu, popis */
  font-weight: 700;
  font-size: 60px;
  padding-left: 260px;
  color: white;
}

/* sekce obrázek s textem - úprava pro mobilní zobrazení */
/*@media (max-width: 767.98px) {
  .section-2-col-right-text > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
} */