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

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

}
@media only screen and (max-width: 768px) {
    .footer-top .container {
        padding-block: 25px;
    }
    .footer-logo img {
        width: 250px;
    }
    .footerLogo {
        margin-top:15px;
    }

    .footer-list {
        margin-top:15px;
    }

    .header-right {
        display:none;
    }
    .page-content__header .title {
        font-size: 30px;
        letter-spacing: -1.2px;
        line-height: 36px;
    }
    .section-headline {
        /*padding-top:0px;*/
    }

    .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){

}
