

.greatPost{
    width: 800px;
    height: 500px;
    background-image: url(/img/greatPost.png);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -400px;
}

.greatPost .social_share{
    position: absolute;
    top: 360px;
    cursor: pointer;
}

.greatPost .social_share.vk64{
    left: 410px;
}
.greatPost .social_share.fb64{
    left: 242px;
}
.greatPost .social_share.tw64{
    left: 326px;
}
.greatPost .social_share.ok64{
    left: 494px;
}

.greatPost .social_share > img{
    border-radius: 14px !important;
    -webkit-box-shadow: 2px 2px 5px #777;
    -moz-box-shadow: 2px 2px 5px #777;
    box-shadow: 2px 2px 5px #777;
}

.greatPostQuit{
    right: 5px;
    position: absolute;
    top: 5px;
    cursor: pointer;
}