.szsz {
    overflow: hidden;
    height: 450px;
    max-height: 500px;
    position: relative;
    -webkit-perspective: 700;
    perspective: 700;
}

.szsz img {
    max-width: 650px;
    position: absolute;
    max-height: 420px;
    overflow: hidden;
    -webkit-transform: preserve-3d;
    -ms-transform: preserve-3d;
    -o-transform: preserve-3d;
    transform: preserve-3d;
    transition: all 0.6s ease-in-out;
}

.szsz .center-photo {
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.4);
}

.szsz .right-photo,
.szsz .right-photo-backdoor {
    width: 100%;
    opacity: 1;
    max-width: 500px;
    cursor: pointer;
    right: 0;
    top: 50%;
    z-index: 6;
    max-height: 332px;
    transform: translateY(-50%) rotateY(-75deg);
}

.szsz .right-photo-backdoor {
    z-index: 3;
    opacity: 0;
}

.szsz .left-photo,
.szsz .left-photo-backdoor {
    width: 100%;
    max-width: 500px;
    opacity: 1;
    left: 0;
    top: 50%;
    z-index: 6;
    transform: translateY(-50%) rotateY(75deg);
}

.szsz .left-photo-backdoor {
    z-index: 3;
    opacity: 0;
}

.albums {
    margin-top: 10px;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
}

.albums .album {
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    min-width: 100px;
    min-height: 100px;
    line-height: 100px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    position: relative;
}

.albums .album:hover {
    background: #000;
}

.player {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    cursor: pointer;
    overflow: hidden;
    background-size: 175px 50px;
    background-image: url("../img/pause_play_stop_outline.png");
    background-position: center center;
}

.not-pause {
    background-position: left center;
}

.go-back {
    width: 100px;
    position: relative;
    top: 30px;
    left: -100px;
}

.photos {
    position: relative;
    margin-bottom: 100px;
}

.photos .in-slider {
    background: rgba(0, 0, 0, 0.8);
}

.photos .photo {
    min-width: 100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 150px;
    float: left;
    position: relative;
    top: 0;
}

.photos .photo img {
    cursor: pointer;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width: 1000px) {
    .right-photo,
    .right-photo-backdoor,
    .left-photo,
    .left-photo-backdoor {
        display: none;
    }
}

@media(max-width: 726px) {
    .szsz {
        height: 374px;
    }
    .szsz img {
        max-width: 466px;
    }
    #maintube {
        height: 320px !important;
    }
}

@media(max-width: 485px) {
    .szsz {
        height: 320px;
    }
    .szsz img {
        max-width: 370px;
    }
}

@media(max-width: 400px) {
    .szsz {
        height: 229px;
    }
    .szsz img {
        max-width: 233px;
    }
}


/*# sourceMappingURL=style.css.map */
