.news-detail-img {
    width: 350px;
}
.news-detail-video iframe{
    margin:0;padding:0;border: 0;width:100%;height:340px;
}
.similar h5{
    font-size: 16px;
}
.similar a:hover {
    text-decoration: none;
}
.similar-header{
    font-size: 16px;
}
.news-detail-text{
font-size:16px;
}
.news-detail-cnf {
    /*width: calc(100%-360px);
    /*  
    eger sekil olsa  calc(100% - .news-detail-img.width)
    */
    display: flex;
    justify-content: space-between;
    height: 25px;
}
.news-detail-cnf li:hover{
    cursor: pointer;
}

.similar .card{
    height: 330px;
}

.card-img-top{
    min-width: 170px;
    height: 170px;
    max-height: 170px;
    width:auto;
}
.news-detail-cnf ul li {
    float: left;
    height: 25px;
    background-color: rgb(218, 218, 218);
    width: 25px;
    text-align: center;
    border: 1px solid #bbb;
    line-height: 25px;
    font-weight: 600;
    user-select: none;
}

.news-detail-cnf .left span {
    color: #9c9c9c;
    line-height: 25px;
    margin-right: 10px;
}
.news-detail-cnf+h2 {
    font-size: 22px;
    font-weight: 600;
    color: #0E1A6B;
}

.shared ul {
    float: right;
    margin: 0;
    padding: 0
}

.shared ul li {
    float: left;
    margin-left: 10px;
    font-size: 1.2em;
    line-height: initial;
}

.shared ul li i {
    font-size: 1.2em;
}

.shared ul li:first-child {
    margin-right: 10px;
}

@media only screen and (max-width: 576px) {
    .news-detail-cnf {
        width: 100%;
    }
    .news-detail-img {
        width: 80%;
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }
    .news-detail-cnf+h2 {
        font-size: 18px;
        font-weight: 600;
        color: black;
    }
    .news-detail-cnf {
        flex-direction: column;
        height: 50px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .news-detail-cnf {
        width: 100%;
    }
    .news-detail-img {
        width: 80%;
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .news-detail-cnf {
        width: 100%;
    }
    .news-detail-cnf+h2 {
        font-size: 22px;

        margin-left: 0;
    }
    .news-detail-img {
        width: 80%;
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }
}

@media (min-width:993px) {
    .news-detail-img {
        float: left;
    }
}