
.notice-banner{
    text-align:center;
}

.notice-banner img{
    width:40%;
    max-width:100%;
    height:auto;
}

@media screen and (max-width:768px){
    .notice-banner img{
        width:100%;
    }
}