.top-reklam-container {
    width: 100%;
    height: 90px;
    display: none;
    justify-content: center;
    overflow: hidden;
}

main {
    padding-top: 9px;
}

@media only screen and (min-width: 578px) {
    .top-reklam-container {
        display: flex;
    }

    main {
        padding: 0px;
    }
}

.top-reklams {
    text-align: center;
    width: 728px;
}

#header-top .contact {
    height: 70px;
}

#header-top .contact p {
    font-size: 18px;
}

#home-banner .news-card {
    width: 100%;
    min-height: 240px;
}

#all-news-2 .container .wrapper .news-item,
#all-news .container .wrapper .news-item {
    width: auto !important;
    min-width: 300px;
    flex: 1;
}

#all-news {
    display: block !important;
}

#categories .categories {
    width: 650px;
}

#categories .categories .cards .news-item {
    min-width: 250px;
    flex: 1;
}

.news-lists {
    width: 300px !important;
}

.news-detail iframe,
.news-detail embed,
.news-detail img {
    max-width: 100% !important;
}

#news-detail .container .wrapper__left,
#news-detail .container .wrapper__right,
#categories .container .wrapper__left,
#categories .container .wrapper__right {
    display: none !important;
}

#news-detail .container .wrapper__left,
#news-detail .container .wrapper__right,
#categories .container .wrapper__left,
#categories .container .wrapper__right {
    position: sticky;
    top: 10px;
    width: 12%;
    height: 600px;
    display: flex;
    justify-content: center;
}


#news-detail .container .wrapper__left img,
#news-detail .container .wrapper__right img,
#categories .container .wrapper__left img,
#categories .container .wrapper__right img {
    width: 160px;
}

.ads .item img,
#ads .item img {
    object-fit: contain !important;
}

#header-top .container .row .logo {
    height: 95px;
}

@media only screen and (min-width: 578px) {

    #news-detail .container .wrapper__left,
    #news-detail .container .wrapper__right,
    #categories .container .wrapper__left,
    #categories .container .wrapper__right {
        display: flex !important;
    }

}

.responsive-menu-active .res-container {
    height: calc(100% - 75px);
    overflow-y: auto;
}

.also-read {
    background-color: #fcfcfc !important;
    border-radius: 9px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
}

.also-read>p {
    color: #006fec !important;
    margin: 0px !important;
}