.title img {
    height: 5.56vh;
    width: auto;
    object-fit: contain;
}
.foreground {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 63.38vw;
    height: 77.5vh;
    right: 9.42vw;
    bottom: 0;
}
.vertical-slider {
    width: 23.54vw;
}
.text-content {
    text-transform: uppercase;
    font-size: 2.22vh;
    width: 33.42vw;
    padding-top: 13.05vh;
}
.text-content p {
    line-height: 140%;
}
.first-text {
    font-size: 3.33vh;
    padding-bottom: 3.24vh;
    line-height: 133%;
}
#next-prev-btn {
    display: flex;
    margin: 0 10vw;
    border: none;
    cursor: pointer;
    width: 23.54vw;
    line-height: 0;
    background: transparent;
}
.vertical-slider .logo {
    position: relative;
    height: 2.96vh;
    width: auto;
    background-color: #000;
    padding: 1.48vh 0.46vw;
    transition: 200ms;
}
.first-slide .logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;   
}
.first-slide .logo:hover {
    filter: invert(1);
}
.slider-viewer {
    overflow-y: scroll;
    height: 95%;
}
.slider-viewer::-webkit-scrollbar {
    display: none;
}
.slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slide {
    position: relative;
    width: 23.54vw;
    height: 67.5vh;
    margin-bottom: 1.20vh;
}
.first-slide {
    height: 5.64vh;
    margin: 0;
}
.slide-main-content img {
    width: 100%;
    height: 67.5vh;
    object-fit: cover;
}
.slider-footer {
    position: absolute;
    width: 100%;
    height: 10.55vh;
    background-color: #000;
    bottom: 0;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-text {
    text-transform: uppercase;
}
.footer-text p {
    padding: 0.78vh 0;
    font-size: 2.12vh;
}
.footer-text p:nth-child(2) {
    font-size: 1.75vh;
}
.slider-footer .logo {
    height: 6.29vh;
    margin: 0;
    margin-right: 4.73vw;
}