.slide-container {
    position: relative;
}

.image-container {
    width: 100vw;
    height: 100vh;
}

.backdrop-image {
    width: 100vw;
    height: 100vh;
    background-color: rgba(26, 26, 26, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .indicators {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.indicators>div {
    width: 10px!important;
    height: 10px!important;
    background-color: #fff!important;
    border: 2px solid #D2A460;
    border-radius: 10px!important;
    transition: all .5s!important;
}

.indicators>.active {
    width: 30px!important;
} */

.home-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
}

.home-logo {
    width: 15.62vw;
    height: auto;
}

.mobile-slideshow {
    display: none;
}

.page-home header, .page-home .side-info, .page-home .lang-select {
    display: none;
}

@media only screen and (max-width: 565px) {
    .page-home .side-menu {
        display: block;
        top: 43.71vh;
        left: 5.71vw;
    }

    .page-home .side-menu li {
        margin-bottom: 3.11vw;
    }

    .home-container {
        justify-content: flex-end;
    }

    .home-logo {
        width: 52.15vw;
        margin-right: 10vw;
    }

    .mobile-slideshow {
        display: block;
    }

    .desktop-slideshow {
        display: none;
    }
}

@media only screen and (min-width: 566px) and (max-width: 767px) {
    .page-home .side-menu {
        display: block;
    }

    .home-logo {
        width: 52.15vw;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-home .side-menu {
        display: block;
    }

    .home-logo {
        width: 40.36vw;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-home .side-menu {
        display: block;
    }

    .home-logo {
        width: 20.01vw;
    }
}

@media only screen and (min-width: 1600px) {
    .page-home .side-menu {
        display: block;
    }

    .home-logo {
        width: 20.83vw;
    }
}