/* style.css – Χριστουγεννιάτικες Καμπανούλες */
.sch-bells-container {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
    pointer-events: none;
}

.sch-bell-left,
.sch-bell-right {
    position: absolute;

    width: 100px;
    height: auto;
    border: none;
}

.sch-bell-left  { left: 15px;     top: 0;}
.sch-bell-right { right: 15px;     top: 0px;}



/* Κρύβουμε τελείως σε κινητά/tablets */
@media only screen and (max-width: 782px) {
    .sch-bells-container {
        display: none !important;
    }
}