/* .announcement { */
/*     display: flex; */
/*     justify-content: center; */
/*     align-items: center; */
/* } */

/* .announcement img { */
/*     max-height: 100%; */
/*     width: auto; */
/* } */

/* .announcement-content { */
/*     height: 100%; */
/*     display: flex; */
/*     justify-content: center;  /\* horizontal centering *\/ */
/*     align-items: center;      /\* vertical centering *\/ */
/* } */

/* .announcement-content img { */
/*     max-height: 100%; */
/*     width: auto; */
/*     display: block; */
/* } */


/* .announcement-content { */
/*     display: flex; */
/*     align-items: center; */
/*     gap: 0.75rem; */
/*     justify-content: center; */
/* } */

/* .announcement-content img { */
/*     max-height: 80px; */
/*     width: auto; */
/*     display: block; */
/* } */





.announcement {
    height: auto;
    min-height: 80px;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
}


.announcement img {
    max-height: 80px;
    width: auto;
}
