.status-hero-wrapper {
    position: relative;
    overflow-y: hidden
}

.status-hero {
    width: auto;
    overflow-y: hidden;
    /*overflow-x: hidden;*/
    padding: .5rem;
    text-align: center;
    white-space: nowrap
}
/*
.status-hero.loaded {
    overflow-x: scroll
}
 */

.status-hero a {
    display: block
}

.status-hero img {
    width: 115px;
    height: 115px;
    border: 4px solid #fff;
    box-shadow: 0 0 0 2px #005fba;
    display: block;
    object-fit: cover
}

@media screen and (max-width: 775px) {
    .status-hero img {
        width: 100px;
        height: 100px;
    }

    a .darkening {
        width: 100px;
        height: 100px;
    }

    a span.stories_video_icon {
        left: 50%;
        margin-left: -20px;
        top: 40%;
        margin-top: -20px;
    }
}

.status-hero.status-hero-single {
    position: relative
}

@media screen and (max-width: 991px) {
    .status-hero.status-hero-single {
        position: absolute;
        left: 0;
        z-index: 1337
    }
}

.status-hero.status-hero-single img {
    width: 66px;
    height: 66px
}

.status-hero.status-hero-single .badge {
    position: absolute;
    right: 0;
    bottom: 5px;
    top: auto;
    font-size: 18px;
    border-radius: 50%;
    width: 1.6em;
    line-height: 1.6em;
    padding: 0
}

.status-hero .status-item {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    opacity: 0
}

.status-hero .status-item.animate {
    opacity: 1;
    animation: slideIn 2s ease-in-out
}

.status-hero .status-item strong, .status-hero .status-item time {
    font-size: 12px;
    display: block;
    max-width: 115px
}

@media screen and (max-width: 775px) {
    .status-hero .status-item strong, .status-hero .status-item time {
        max-width: 100px
    }
}

.status-hero .status-item strong {
    margin-top: 6px;
    text-overflow: ellipsis;
    overflow: hidden
}

.status-hero .status-item time {
    color: #666;
    font-size: 12px
}

@keyframes slideIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 10000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 10000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes whip {
    0% {
        transform: rotateZ(-6deg)
    }
    25% {
        transform: rotateZ(-3deg) scale(0.8)
    }
    50% {
        transform: rotateZ(0deg)
    }
    100% {
        transform: rotateZ(3deg) scale(1)
    }
}

@keyframes whipBig {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, #fff 0px 0px 20px, #fff 0px 0px 30px, #fff 0px 0px 40px, #fff 0px 0px 50px, #fff 0px 0px 75px
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
        text-shadow: #ff2d95 0px 0px 5px, #ff2d95 0px 0px 10px, #ff2d95 0px 0px 15px, #ff2d95 0px 0px 20px, #ff2d95 0px 0px 30px, #ff2d95 0px 0px 40px, #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.story-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .95);
    z-index: 10001;
    height: 100%;
    display: none
}

.story-overlay .progress-bar {
    transition: unset
}

.story-overlay .close-story {
    color: #fff;
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    text-decoration: none;
    font-size: 2.25rem;
    opacity: .5
}

.story-overlay .close-story:hover {
    opacity: 1;
    text-shadow: 0 0 2px #fff
}

.story-overlay .story {
    margin: 1rem;
}
img.img-fluid.story-body.story-body__image {
    background-color: #0D0D0D;
}

.story-overlay .media {
    color: #fff
}

.story-overlay .story-author-thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover
}

.story-overlay .like-toggle.like-toggle-active {
    color: #005fba !important
}

.story-overlay .like-toggle.like-toggle-clicked svg {
    animation: whipBig 1.1s linear
}

@media screen and (max-width: 775px) {
    .story-overlay .story-body, .story-overlay .story-body__text, .story-overlay .story-body__image, .story-overlay .story-body .media-subtitle {
        -webkit-touch-callout: none;
        pointer-events: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
}

.story-overlay .story-body > .media {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.story-overlay .story-body__text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 25px;
    height: 60vh;
    margin: auto 6vw
}

.story-overlay .story-body__image {
    display: block;
    margin: 25px auto
}

@media screen and (max-width: 767px) {
    .story-overlay .story-body__image {
        max-height: 50vh
    }
}

@media screen and (min-width: 768px) {
    .story-overlay .story-body__image {
        margin: 25px auto 0 auto;
        height: calc(90vh - 120px - 70px - 2rem);
        object-fit: contain;
        filter: drop-shadow(0 0 4px #000)
    }
}

.story-overlay .story-body__video {
    margin: 10px auto 3vh auto
}

@media screen and (min-width: 1024px) {
    .story-overlay .story-body__video {
        max-width: 70vw
    }
}

.story-overlay .story-body__video .embed-responsive {
    max-height: 54vh
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: auto;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.story-overlay .story-navbar {
    width: 500px;
    max-width: 90%;
    left: 5%;
    position: fixed;
    bottom: 2.25vh;
    z-index: 1339;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 500px) {
    .story-overlay .story-navbar {
        left: calc(50% - 250px)
    }
}

.story-overlay .story-navbar .nav-link {
    text-align: center;
    display: inline-block;
    width: 80px;
    font-size: 26px;
    color: #fff;
    background: transparent;
    border-radius: 6px;
    border: 1px solid rgba(80, 80, 80, .5)
}

.story-overlay .story-navbar .nav-link:hover {
    filter: drop-shadow(0 0 13px #fff)
}
.rounded-circle {
    border-radius: 50% !important;
}
@keyframes progressTo100 {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
.media {
    display: flex;
}
.media-body {
    flex: 1;
}
.text-white-50 {
    color:rgba(255,255,255,.5) !important;
}
.mt-0, .my-0 {
    margin-top: 0 !important;
}
.mr-3, .mx-3 {
    margin-right: 1rem !important;
}
svg:not(:root).svg-inline--fa {
    overflow:visible;
}
.svg-inline--fa.fa-w-8 {
    width:.5em;
}
svg[data-icon] {
    margin-left: auto;
    margin-right: auto;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
div.story .media-subtitle.text-white {
    color:#fff !important;
    padding-top:10px;
}
video::-webkit-media-controls-play-button{
    display: flex !important;
}
.darkening {
    position: absolute;
    width:115px;
    height:115px;
    top: 0px;
    left: 0px;
    border-radius: 50% !important;
    display: block;
    opacity:0.2;
    background-color:#000;
    background-image: url("/themes/newd2/images/stroies_video_icon.png");
}
.stories_video_icon {
    position: absolute;
    z-index: 9;
    top:40px;
    left:40px;
    width: 40px;
    height: 40px;
    background-image: url("/themes/newd2/images/stroies_video_icon.png");
    background-repeat: no-repeat;
    background-position: center;
}