@charset "utf-8";

.banner-100th {
    text-align: center;
    margin-top: 70px;
}
.fade-in {
    opacity : 0;
    transform : translate(0, -15px);
    transition : all 1.1s;
}
.scroll-in{
    opacity : 1;
    transform : translate(0, 0);
}

.banner-100th a img {
    opacity : 1;
    transition : 0.5s;
}
.banner-100th a:hover img {
    opacity : 0.8;
    transition : 0.5s;
}

