.container {
    overflow: visible;
    position: relative;
    z-index: 10;
}
.content h1 {
    width: 94%;
    margin: 0 auto 30px;
}
.content p {
    width: 94%;
    margin: 0 auto;
}

.container .time_line {
    margin: 100px 0;
}
.container .time_line p.mid-banner {
    width: 100%;
    height: 200px;
    text-align: center;
    background: url(/sp/great_engravers/img/waterloo_mid-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center left 70%;
    background-color: #8d8980;
    position: relative;
}
.container .time_line p.mid-banner img {
    display: none;
}
.container .time_line p.mid-banner::before {
    content: '';
    width: 100px;
    height: 100px;
    background: url(/sp/great_engravers/img/waterloo_mid-banner_coin.webp) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -20%;
    left: 5%;
    transform: rotateZ(-15deg);
    filter: drop-shadow(2px 4px 6px #00000070);
    z-index: 2;
}

.time_line_wrap {
    width: 96%;
    margin: 60px auto 0;
}
.time_line_wrap h1 {
    margin: 0 0 40px;
}
.time_line_wrap h2 {
    font-size: 60px;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #c9c9c9;
    margin: 0 0 30px;
}
.time_line_wrap h3 {
    font-size: 18px;
    font-weight: bold;
    color: #c48b48;
}

.timeline {
    margin: 60px 0 100px;
    position: relative;
}

.timeline h2::after {
    content: '';
    width: 1px;
    background-color: #c9c9c9;
    position: absolute;
    left: 12.5%;
    z-index: 1;
}

/* COIN NARABI */
.coin_narabi h1 {
    color: #fff;
}
.coin_narabi-intro p {
    color: #fff;
}

.coin_tab {
    background-color: #ffffffde;
}
.coin_tab ul.coin_list li {
    height: 250px;
}
.coin_tab ul.coin_list li:nth-child(1) img {
    width: 100%;
}
.coin_tab ul.coin_list li:nth-child(2) img {
    width: 80%;
}
.coin_tab ul.coin_list li:nth-child(3) img {
    width: 70%;
}
.coin_tab ul.coin_list li:nth-child(4) img {
    width: 100%;
}
.coin_tab ul.coin_list li:nth-child(5) img {
    width: 90%;
}
.coin_tab ul.coin_list li:nth-child(6) img {
    width: 80%;
}