body.itemid-172 {
  background: #ffffff url('https://spoudastiriopaidon.gr/test/images/2018/kentro-meletis-drosopoulou.png') no-repeat center 650px;
  background-size: 800px auto ;
  background-attachment: scroll ;
}
@media (max-width: 480px) {
  body.itemid-172 {
    background-size: 450px auto ;
    background-position: center 1200px ;
  }
  }
 
@media (min-width: 769px) and (max-width: 1366px) {
  body.itemid-172 {
    background-size: 800px auto ; /* λίγο μικρότερη κουκουβάγια */
    background-position: center 400px ; /* ελαφρώς πιο ψηλά */
    background-repeat: no-repeat ;
  }
  }

body.itemid-113 {
  background: #ffffff url('https://spoudastiriopaidon.gr/test/images/2018/kentro-meletis-drosopoulou.png') 
              no-repeat center 72px;
  background-size: 800px auto ;
  background-attachment: scroll ;
}

/* Floating Banner */
.floating-banner-fixed {
  position: fixed !important;
  top: 110px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: rgba(192, 57, 43, 0.95) !important;
  color: #fff !important;
  padding: 10px 18px !important;
  border-radius: 6px !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  z-index: 2147483647 !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  text-align: center;
  animation: fadeDown 0.8s ease-in-out; /* Εφέ εμφάνισης */
}

.floating-banner-fixed .banner-close {
  cursor: pointer;
  font-size: 18px;
  margin-left: auto;
  opacity: 0.8;
  transition: 0.2s;
}

.floating-banner-fixed .banner-close:hover {
  opacity: 1;
  color: #f1c40f;
}

/* Εφέ εμφάνισης */
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translate(-50%, -30px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
/* Fade-out όταν πατηθεί το Χ */
.floating-banner-fixed.hide {
  opacity: 0;
  transform: translate(-50%, -30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}



 
