/* Responzivní obrázky */
.raf-responsive-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px 0;
}

