.menu-image img {
    /*    display: block;
    position: relative;
    width: var(--cnvs-post-image-size);
    height: auto;*/
    max-width: 220px !important;
    vertical-align:middle !important;

}


.bgimg {
    /*background-image: none !important;*/
    background-image: url('/Content/SiteNew/images/header-background.png') !important;
    background-repeat: no-repeat;
    background-position: right;
    /*        height: 800px;
        width: 1000px;
        background-size: 100% auto;*/
    
}
.menu-entry {
    width: 230px !important;
    max-height:110px !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

@media (max-width: 480px) {

    .bgimg {
        background-image: none !important;
/*        background-image: url('/Content/SiteNew/images/header-background.png') !important;
        background-repeat: no-repeat;
        background-position:right*/
        /*        height: 800px;
        width: 1000px;
        background-size: 100% auto;*/
    }
    .no-social{
        display:none;
    }

    .sticky-sidebar .duyurular-bolumu {
        order: -1; /* Mobilde ilk sıraya alır */
    }

    .sticky-sidebar > * {
        order: 0;
    }
}

.top-advert {
    border-left: 0px !important;
    border-right: 0px !important;
}

.top-links-container {
    justify-content: left !important;
}

.top-links-sub-menu, .top-links-section {
    border-top: 1px solid #ff0000 !important;
}


/*.fc-calendar-events {
    height: auto !important;*/ /* İçeriğe göre yükseklik */
    /*max-height: none !important;*/ /* Yükseklik limiti yok */
    /*overflow: visible !important;*/ /* Taşan içerik gösterilsin */
    /*display: block !important;
    background-color:aqua !important*//* Varsayılan blok davranışı */
/*}*/

/*.fc-calendar-events {
    flex: 0 1 auto !important;*/ /* İçeriğe göre büyüsün */
    /*align-self: stretch !important;*/ /* Yükseklik uyumlu olsun */
    /*background-color: aqua !important*/ /* Varsayılan blok davranışı */
/*}*/
/*.fc-row,
.fc-content,
.fc-calendar-events {
    height: auto !important;
    max-height: none !important;
    min-height: 120px !important;
    overflow: visible !important;
}
*/
.fc-calendar-events, .fc-content {
    max-height: 120px !important; /* Sabit yükseklik */
    overflow-y: auto !important; /* Dikey scroll */
    overflow-x: hidden !important;
}

