

.post__body img,
.single_post__content .image__wrap img{
    width: 100% !important;
    height: auto !important;
}

body.vakansiyi .post__body img{
	width: auto !important;
}

body.vakansiyi .post__body p:first-of-type {
    margin: 0 0 10px !important;
}

.single_post__content .image__wrap{
    line-height: .5;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.single_post__content .image__wrap::before{
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.single_post__content .image__wrap .title{
    position: absolute;
    bottom: 24px;
    left: 0;
    padding: 0 90px 0 24px;
    
}
.single_post__content .image__wrap .title h1,
.single_post__content .image__wrap .title span{
    color: var(--white);
    font-size: 32px;
    padding: 0 0 16px

}
.single_post__content .image__wrap .title span{
    font-size: 14px;
}
.single_post__content header.with__img{
    box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
}
.single_post__content header {
    margin: 0 0 40px;
    position: unset;
}
.single_post__content .post__body{
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
.single_post__content{
    margin: 0 0 45px;
}
.post__body_attention{
    margin: 45px 0 0;
    display: block;
}

.single_post__content strong{
    font-size: 100%;
    word-break: break-word;
}

.single_post__content ul li {
    font-size: 18px;
    margin: 8px 0 0;
}

.post__date{
    font-family: 'DINPro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.single_post__gallery__image_wrap img{
    display: block;
    width: 100%;
    height: auto;
}


.post__body p iframe {
    width: var(--contentwidth);
    height: calc(calc(var(--contentwidth) / 16) * 9);
}
.post__files{
    margin: 0 0 90px;
}

.single_post__video{
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    height: 0;
    overflow: hidden;
    margin: 32px 0;
}

.single_post__video iframe{
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

.col-social img{
    filter: invert(1);
}

.col-social.socials{
    column-gap: 32px;
}
.col-social.socials a {
    border: 1px solid var(--black);
}

@media screen and (max-width: 1000px){
    .single_post__content .post__body {
        font-size: 16px;
    }
    .post__body p iframe {
        width: 90vw;
        height: calc(calc(90vw / 16) * 9);
    }
}
