.title h1 img {
    height: 4.81vh;
    width: auto;
    object-fit: contain;
}
.foreground {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 84.62vh;
    z-index: 4;
    animation: left-to-right 1s ease;
}
.foreground-image, .foreground-image img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.foreground h2 {
    position: absolute;
    font-size: 6.01vh;
    text-transform: uppercase;
    z-index: 2;
}
.scroll-container {
    position: absolute;
    bottom: 9.53vh;
    left: 0;
    right: 0;
    width: 80.57vw;
    height: 0.46vh;
    margin: auto;
}
#scroll-bar {
    position: absolute;
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
#scroll-bar::-webkit-slider-runnable-track {
    width: 100%;
    height: 100%;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000;
    background: #FFFFFF;
    border-radius: 0px;
    border: 0px solid #000000;
}
#scroll-bar:focus {
    outline: none;
}
#scroll-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    width: 5.93vw;
    height: 4.16vh;
    border-radius: 0px;
    background: none;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 10;
}
.scroll-correction {
    position: absolute;
    left: 0;
    width: 92.63%;
    height: 100%;
}
#selector {
    position: absolute;
    width: 5.93vw;
    height: 4.16vh;
    top: 0;
    bottom: 0;
    left: 12.6%;
    margin: auto;
    transform-origin: center;
    cursor: pointer;
}
#selectBtn {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform-origin: center;
    pointer-events: none;
}
.scroll-item {
    position: absolute;
    top: -1.85vh;
    width: 5.93vw;
    height: 4.16vh;
    left: 24.24%;
    border: none;
    cursor: pointer;
}
.scroll-btn-content {
    width: 85%;
    height: 82.22%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}
.scroll-item p {
    text-align: start;
    text-transform: uppercase;
    font-size: 1.48vh;
    z-index: 7;
}
.scroll-item img {
    filter: invert(1);
    height: 3.24vh;
    width: auto;
    object-fit: contain;
    z-index: 7;
}