@media only screen and (max-width: 1550px){

}
@media only screen and (max-width: 991px){

}
@media only screen and (max-width: 768px){

    .canli_tv iframe {
        height: 250px;
    }

    .news-photo {

    }
    .header-logo img {
        width: 170px;
    }
    .page-content__header .title {
        font-size: 25px;
    }

    .sidebar-news .news-photo img,
    .page-content__photo img,
    .spor-photo img,
    .multimedya-photo img,
    .headline-photo img,
    .news-photo img,
    .editor-cover img,
    .editor-popular ul li .popular-cover img {
       /* object-fit: fill;
        -o-object-fit: fill;*/
    }

    .detail-page-news-head {
        flex-flow: column;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        margin-bottom: 15px;
    }
    .headline-photo {
        height: 250px;
    }
    .spor-photo,
    .news-photo,
    .news.ui-style .news-photo,
    .headline-card.ui-editor .headline-photo {
        height: auto;
    }
    .editor-popular ul li .popular-cover img,.headline-photo {
        object-fit: cover !important;
    }
}
@media only screen and (max-width: 500px){

}
