<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blog-detail.content-area img,
.blog-detail.content-area img[style] {
    max-width: 100% !important;
    height: auto !important;
}

@media (max-width: 767.98px) {
    .blog-detail.content-area table img,
    .blog-detail.content-area table img[style] {
        min-width: 110px !important;
    }

    .blog-detail.content-area .video-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0;
    }

    .blog-detail.content-area .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 768px) {
    form[action^="/cestovani-detail/"] .blog-detail.content-area table img,
    form[action^="/cestovani-detail/"] .blog-detail.content-area table img[style] {
        min-width: 250px !important;
    }
}</pre></body></html>