.stories.snapgram .story > .item-link {
  text-decoration: none;
  color: #333;
}
.stories.snapgram .story > .item-link > .item-preview {
  border-radius: 50%;
  padding: 2px;
  background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);
}
.stories.snapgram .story > .item-link > .item-preview img {
  border-radius: 50%;
  border: 3px solid #fff;
}

.stories.snapgram .story.seen {
  opacity: 0.75;
}
.stories.snapgram .story.seen > a > .item-preview {
  background: #999;
}
.stories.snapgram .story.seen > a {
  color: #999 !important;
}
.close {
    float: none;
    margin-right: 20px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-shadow: 0 1px 0 #000;
    opacity: 1;
}
.close:hover {
    color: #FFF;
}
#zuck-modal-content .story-viewer .slides .item>.media {
    height: auto;
    max-width: 100%;
    width: 760px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin: auto;
}
#zuck-modal-content .story-viewer .tip {
    background: rgba(255,255,255,.2);
}
html.back-dark body .stories.snapgram .story > .item-link {
    color: #f8f8f0;
}
.stories.carousel .story>.item-link>.info .name {
    font-size: 14px;
}
#zuck-modal-content .story-viewer .head .left .info {
    max-width: 57vw;
}
@media (max-width:992px){
#zuck-modal-content .story-viewer .head .right .close {
   display: inline-block;
    margin-right: 0;
}
}
