.poster-share {
    position: fixed;
    top: 33%;
    left: 50%;
    margin: -150px 0 0 -333px;
    width: 666px;
    background-color: #FFF;
    padding: 20px 20px 20px;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    z-index: 9999;
    opacity: 0;
    text-align: center;
    visibility: hidden;
}
.poster-image {
    position:relative;
    float: left;
    width: 50%;
}
.load-bigger-img {
    top:48%;
    margin: auto;
}
.poster-right {
    display: block;
    float: right;
    width: 50%;
}
.poster-right h3 {
    font-size: 24px;
    display: block;
    margin: 20px auto;
}
.poster-btns {
    display: block;
    height: 360px;
    width: 80%;
    margin: 60px auto 10px;
    top: 60px;
}
.poster-btns a {
    position: relative;
    display: block;
    margin: 36px auto;
    width: 140px;
    height: 36px;
    border-radius: 16px;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    background: #ff5e52;
}
.poster-btns a:hover {
    opacity:0.8;
    box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.3);
}
.poster-button-1 {
    background: #8652da !important;
}
.poster-button-2 {
    background: #ff5e52 !important;
}
.poster-button-3 {
    background: #ffc913 !important;
}
.poster-button-4 {
    background: #65c554 !important;
}
.poster-button-5 {
    background: #45b6f7 !important;
}
.poster-close {
    position: relative;
    float: right;
    right: -20px;
    display: block;
    z-index: 99999999;
    width: 60px;
    border-radius: 9px 0 0 9px;
    background: #999;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}
.poster-close:hover {
    opacity: 0.8;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}