<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.title-decoration {
    background: url(../../img/bg-title.png) center top/auto 1.2em;
}

.exposure-block {
    background: url('../../img/home/expozice-image.jpg') center/cover no-repeat;
}

.exposure-block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 32px 32px 32px 168px;
    width: 35%;
    min-width: 320px;
    max-width: 670px;
    min-height: 46vw;
    background: rgba(16, 23, 18, .9);
}

.exposure-block__content:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 11px;
    height: 100%;
    background: url('../../img/decoration-dark.png') repeat-y;
    opacity: .9;
}

.exposure-block__title {
    margin: 24px 0;
    padding-left: 16px;
    padding-right: 10%;
    font-size: 50px;
    color: #101712;
}

.exposure-block__text {
    margin: 24px 0;
    max-width: 400px;
}

.exposure-block__link {
    padding: 24px 0;
    text-decoration: underline !important;
    font-weight: 600;
}

@media (max-width: 1920px) {

    .exposure-block__content {
        padding-left: calc((100vw - 1590px) / 2); /* zarovnĂˇnĂ­ s ostatnĂ­m obsahem webu */
    }
}

@media (max-width: 1620px) {

    .exposure-block__content {
        box-sizing: border-box;
        padding-left: 2vw;
    }
}

@media (max-width: 650px) {

    .exposure-block__content {
        width: 100%;
    }

    .exposure-block__text {
        min-width: 0;
    }
}
</pre></body></html>