.header-logo {
    position: relative;
}

.header-logo>a {
    position: absolute;
    bottom: -85px
}

#header.header-effect-shrink .header-container {
    min-height: 70px !important;
}

.post-image {
    width: 100%;
    height: 196px;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 196px;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 1.5rem;
    /* optional spacing */
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* For screens 765px wide or less */
@media (max-width: 765px) {
    .video-responsive {
        height: 412px;
        padding-bottom: 0;
        /* disable 16:9 ratio */
    }

    .post-image {
        width: 100%;
        height: 412px;
    }
}

#header .header-logo img#logo-fjkm-croped {
    display: none;
}

#header .header-logo img#logo-fjkm {
    display: block;
}

@media (max-width: 992px) {
    #header .header-logo img#logo-fjkm-croped {
        display: block;
        top: -55px !important;
    }

    #header .header-logo img#logo-fjkm {
        display: none;
    }

    p,
    #footer a,
    #footer h5 {
        font-size: 16px !important;
    }

    /* .header-logo>a {
        bottom: 30px !important;
    } */
    .get-started {
        display: flex;
        justify-content: flex-end;
    }
}

.youtube-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-meta {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.form-group.col.text-right.text-lg-end.get-started>p {
    display: flex;
    flex-direction: column;
    align-items: end;
}

#video_large {
    margin-left: 0px;
}

.margin_left_list {
    margin-left: 5px;
}

.soratra-masina,
.soratra-masina * {
    background-color: #f7f7f7 !important;
}

.soratra-masina {
    text-align: justify;
    word-break: break-word;
    overflow-wrap: break-word;
}

.post-content p:not([style*="text-align"]) {
    text-align: justify;
}


.soratra-masina {
    color: black;
}