.beauty-3d-slideshow{
    width: 100%;
    background: white;
    position: relative;
    overflow: hidden;
    background: url('../img/bg.jpg');
    background-size: cover;
    background-position: center;
}

.beauty-3d-slideshow *{
    box-sizing: border-box;
}

.beauty-3d-slides{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.beauty-3d-slide-image{
    width: 100%;
} 
.beauty-3d-slide-link{
    display: block;
    position: absolute;
}

.beauty-3d-slideshow-left, .beauty-3d-slideshow-right{
    cursor: pointer;
    z-index: 99;
}

.beauty-3d-slideshow-left{
    position: absolute;
}

.beauty-3d-slideshow-right{
    position: absolute;
}

.beauty-3d-slideshow-text{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    z-index: 99;
    transform: translate3d(0, 0, 0);
}

@media (min-width: 800px){
    .beauty-3d-slideshow{
        height: 100vh;
    }
    .beauty-3d-slideshow-left, .beauty-3d-slideshow-right{
        height: 200px;
    }
    .beauty-3d-slideshow-left{
        left: 90px;
        bottom: 140px;
    }
    .beauty-3d-slideshow-right{
        right: 90px;
        bottom: 140px;
    }
    .beauty-3d-slide-link{
        width: 30%;
    }
    .beauty-3d-slides{
        perspective: 500px;
    }
    .beauty-3d-slideshow-logo{
        width: 500px;
        max-width: 40%;
        position: absolute;
        transform: translate(-50%, 0);
        z-index: 1;
        top: 30px;
        left: 50%;
    }
    .beauty-3d-slideshow-logo-image{
        width: 100%;
    }
}

@media (max-width: 799px) and (orientation: portrait){
    .beauty-3d-slideshow{
        height: 50vh;
    }
}

@media (max-width: 799px) and (orientation: landscape){
    .beauty-3d-slideshow{
        height: 100vh;
    }
}

@media (max-width: 799px){

    .beauty-3d-slideshow-left, .beauty-3d-slideshow-right{
        height: 50px;
    }

    .beauty-3d-slideshow-left{
        left: 10px;
        padding: 10px;
        bottom: 20%;
    }
    
    .beauty-3d-slideshow-right{
        right: 10px;
        padding: 10px;
        bottom: 20%;
    }
    .beauty-3d-slide-link{
        width: 40%;
    }
    .beauty-3d-slides{
        perspective: 1000px;
    }
    .beauty-3d-slideshow-logo{
        width: 70%;
        position: absolute;
        transform: translate(-50%, 0);
        z-index: 1;
        top: 20px;
        left: 50%;
    }
    .beauty-3d-slideshow-logo-image{
        width: 100%;
    }
}