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

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

}
@media only screen and (max-width: 768px){
    .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;
    }
    .spor-photo,
    .news-photo,
    .news.ui-style .news-photo {
        height: 220px;
    }
}
@media only screen and (max-width: 500px){

}
