@font-face {
    font-family: Retro;
    src: url(font/retro_computer.ttf);
    text-decoration: none;
}

body {
    background-image: url(img/wood-bg.png);
    background-position-y: 28px;
}

.back {
    position: absolute;
    margin-top: -10px;
    font-family: Retro;
    color: #392619;
    font-size: 20px;
    z-index: 5;
}

.shelf {
    background-image: url(img/wood-bg-sides.png);
    background-size: contain;
    position: absolute;
    width: 30px;
    height: 310px;
}

#shelf-1 {
    top: 29px;
    left: 0px;
}

#shelf-2 {
    top: 29px;
    left: 600px;
}

#shelf-3 {
    top: 29px;
    right: 0px;
}

#shelf-4 {
    top: 369px;
    left: 0px;
}

#shelf-5 {
    top: 369px;
    left: 877px;
}

#shelf-6 {
    top: 369px;
    right: 0px;
}

#shelf-5 {
    top: 369px;
    left: 0px;
}

#shelf-6 {
    top: 369px;
    right: 0px;
}

#shelf-7 {
    top: 709px;
    left: 0px;
}

#shelf-8 {
    top: 709px;
    right: 0px;
}

#dvd-1 {
    position: absolute;
    top: 39px;
    left: 31px;
}

#dvd-1-side {
    position: absolute;
    background-image: url(img/movie-blog/dvd-1-side.png);
    width: 25px;
    height: 300px;
    border-radius: 3px;
}

#dvd-1-front {
    display: none;
    position: absolute;
    background-image: url(img/movie-blog/dvd-1-front.png);
    width: 211px;
    height: 300px;
    border-radius: 3px;
}

#dvd-1-side:hover{
    background-image: none;
    z-index: 1;
    cursor: pointer;
}

#dvd-1-side:hover + #dvd-1-front {
    display: initial;
    box-shadow: 2px 2px 20px black;
}

#dvd-2 {
    position: absolute;
    top: 42px;
    left: 57px;
    transform: rotate(-8deg);
}

#dvd-2-side {
    position: absolute;
    background-image: url(img/movie-blog/dvd-2-side.png);
    width: 25px;
    height: 300px;
    border-radius: 3px;
}

#dvd-2-front {
    display: none;
    position: absolute;
    background-image: url(img/movie-blog/dvd-2-front.png);
    width: 211px;
    height: 300px;
    border-radius: 3px;
}

#dvd-2-side:hover{
    background-image: none;
    z-index: 1;
    cursor: pointer;
}

#dvd-2-side:hover + #dvd-2-front {
    display: initial;
    box-shadow: 2px 2px 20px black;
}