@media (min-width: 1440px), (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi) {
    .poster {
        z-index: 0;
    }

    .poster:before {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        content: " ";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        position: absolute;
    }

    body.poster:before {
        position: fixed;
    }
}

#pic {
    background-color: none;
    left: 0px;
    position: relative;
    top: 10px;
    width: 135px;
}

#pic table {
    background-color: none ;
}

#pic a .large {
    border: 0px;
    display: block;
    height: 1px;
    left: -1px;
    position: absolute;
    top: -20px;
    width: 1px;
}

#pic a img {
    border: 0;
}

#pic a.p1,
#pic a.p1:visited {
    background: lavender;
    border: 0px solid #000000;
    display: block;
    height: 90px;
    left: 0;
    text-decoration: none;
    top: 0;
    width: 135px;
}

#pic a.p1:hover {
    color: #000000;
    text-decoration: none;
}

#pic a.p1:hover .large {
    border: 1px solid #000000;
    display: block;
    left: 700px;
    position: absolute;
    top: 100px;
    width: 500px;
    height: auto;
}
