.close-text-section {
    position: absolute;
    top: 30%;
    width: 100%;
}

.close-text-overlay {
    background: #717e86;
    padding: 8px 20px;
}

.close-text-overlay > p {
    color: #fff;
    font-size: 1.15rem;
}

.video-mobile {
    display: none;
}

.langs {
    background: transparent;
    border: 0;
}

.langs a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 400;
    position: relative;
}

.langs a.no-lang {
    color: #ccc;
}

.langs a:hover {
    color: #F8D447;
}

.langs a:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 2px;
    background: #fff;
    top: 3px;
    left: -7px;
}

.langs a:first-child:before {
    display: none;
}

.special-content {
    color: #717e86;
}

.special-content h1.border-left,
.special-content h2.border-left,
.special-content h3.border-left,
.special-content h4.border-left,
.special-content h5.border-left {
    border-left: 5px solid #F8D447;
    padding-left: 15px;
}

.special-content section {
    margin-bottom: 0;
    /*line-height: 0;*/
}

.special-content section .row {
    margin-bottom: 0;
}

.special-content section .section-content {
    padding-left: 10%;
    padding-right: 10%;
    line-height: 25px;
}

.section-content .slot-content h1,
.section-content .slot-content h2,
.section-content .slot-content h3,
.section-content .slot-content h4,
.section-content .slot-content h5,
.section-content .slot-content h6 {
    margin-bottom: 30px;
}

.order-first {
    order: -1 !important;
}

.order-last {
    order: 6 !important;
}

@media (min-width: 992px) {
    .order-lg-first {
        order: -1 !important;
    }

    .order-lg-last {
        order: 6 !important;
    }
}

@media(max-width: 992px) {
    .special-content section .section-content {
        padding: 1.5rem;
    }

    section .row.valign-wrapper {
        display: flex;
        flex-direction: column;
    }

    /*#videoModal .container-iframe {
        position: relative;
    }*/

    #videoModal.modal-fixed-footer {
        height: 40%;
    }

    #videoModal iframe {
        /*position: absolute;
        top: 0;
        left: 0;*/
        width: 100%;
        height: 100%;
    }

    .close-text-section {
        top: 38%;
    }

    .close-text-overlay > p {
        font-size: 1rem;
    }

    .close-video {
        display: none;
    }

    #section-mozaic h1:first-child {
        margin-bottom: 0 !important;
    }

    .video-mobile {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

#videoModal.modal-fixed-footer {
    height: 60%;
}

