@keyframes storyzoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    to {
        transform: scale(1);
    }
}

.t10 .story,
.t10 .story-media {
    height: 680px;
    position: relative;
}

@media (max-width: 767px) {
    .t10 .story,
    .t10 .story-media {
        height: 340px;
    }
}

.t10 .story-media {
    z-index: 100;
    overflow: hidden;
    max-height: 680px;
}

@media (max-width: 767px) {
    .t10 .story-media {
        max-height: 340px;
    }
}

.t10 .story-media .story-media-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    animation: storyzoom 60s infinite linear;
}

.t10 .story-caption {
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0 !important;
    border: 0;
    overflow: hidden;
    font-style: normal;
}

.t10 .story-caption > .container {
    height: 100%;
}

.t10 .story-caption q, .t10 .story-caption cite {
    font-style: normal;
}

.t10 .story-caption .story-content-1, .t10 .story-caption .story-content-2 {
    position: absolute;
    transition: margin 700ms;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    color: white;
}

.t10 .story-caption .story-button, .t10 .story-caption .story-avatar, .t10 .story-caption .story-logo {
    position: absolute;
    transition: margin 700ms;
}

.t10 .story-caption .story-content-1 {
    width: 430px;
    height: 430px;
    padding: 32px;
    z-index: 1;
    margin-top: 100px;
    margin-left: -100%;
    font-size: 30px;
    line-height: 38px;
}

@media (max-width: 767px) {
    .t10 .story-caption .story-content-1 {
        width: 230px;
        height: 230px;
        font-size: 15px;
        line-height: 19px;
    }
}

.t10 .story-caption .story-content-2 {
    width: 230px;
    height: 230px;
    padding: 20px;
    z-index: 2;
    margin-top: -100%;
    margin-left: 150px;
}

@media (max-width: 767px) {
    .t10 .story-caption .story-content-2 {
        margin-top: 0%;
        margin-left: 20px;
    }
}

.t10 .story-caption .story-button {
    margin-top: 110%;
    margin-left: 150px;
}

.t10 .story-caption .story-button .btn {
    font-weight: 700;
}

@media (max-width: 767px) {
    .t10 .story-caption .story-button {
        margin-top: 90%;
        margin-left: 20px;
    }
}

.t10 .story-caption .story-logo {
    z-index: 1;
    bottom: 60px;
    right: 0;
    background: #fff;
    padding: 16px 32px;
}

.t10 .story-caption .story-avatar {
    z-index: 3;
    margin-top: 388px;
    margin-left: -100%;
    width: 118px;
    height: 118px;
    background: #fff;
    text-align: center;
    transition-delay: 0.2s;
}

@media (max-width: 767px) {
    .t10 .story-caption .story-avatar {
        width: 80px;
        height: 80px;
    }
}

.t10 .story-caption .story-avatar img {
    width: auto;
    height: auto;
    max-height: auto;
    max-width: 100%;
}

@media (max-width: 1024px) {
    .t10 .story .story-content-1 {
        padding: 15px;
        margin-top: 40px;
        margin-left: 0px;
        animation-name: bounceInLeft;
    }

    .t10 .story .story-content-2 {
        font-size: 18px;
        line-height: 22px;
        width: 370px;
        height: 80px;
        margin-top: 370px;
        margin-left: 160px;
        padding: 15px;
        animation-name: bounceInDown;
    }

    .t10 .story .story-avatar {
        margin-top: 0px;
        margin-left: 0;
        bottom: 80px;
        right: 20px;
        top: initial;
    }

    .t10 .story .story-button {
        margin-top: 580px;
        margin-left: 294px;
    }

    .t10 .story .story-logo {
        z-index: 1;
        top: 20px;
        background: #fff;
        padding: 8px 30px;
        max-width: 100px;
        bottom: initial;
    }

    .t10 .story .story-logo img {
        max-width: 100%;
        height: auto;
        width: auto;
    }
}

@media (max-width: 767px) {
    .t10 .story .story-content-1 {
        font-size: 18px;
        line-height: 22px;
        padding: 15px;
        margin-top: 40px;
        margin-left: 0;
        animation-name: bounceInLeft;
    }

    .t10 .story .story-content-2 {
        font-size: 14px;
        line-height: 18px;
        width: 320px;
        height: 90px;
        margin-top: 250px;
        margin-left: 0;
        padding: 10px 15px;
        animation-name: bounceInDown;
    }

    .t10 .story .story-content-2 cite {
        display: block;
    }

    .t10 .story .story-avatar {
        margin-top: 0px;
        margin-left: 0;
        bottom: 80px;
        right: 20px;
        top: initial;
    }

    .t10 .story .story-button {
        margin-top: 580px;
        margin-left: 294px;
    }

    .t10 .story .story-logo {
        z-index: 1;
        top: 20px;
        background: #fff;
        padding: 8px 30px;
        max-width: 100px;
        bottom: initial;
    }

    .t10 .story .story-logo img {
        max-width: 100%;
        height: auto;
        width: auto;
    }
}

@media (min-width: 1025px) {
    .element-visible .t10 .story .story-content-1 {
        margin-top: 60px;
        margin-left: 0;
        animation-name: bounceInLeft;
    }

    .element-visible .t10 .story .story-content-2 {
        margin-top: 388px;
        margin-left: 32px;
        animation-name: bounceInDown;
    }

    .element-visible .t10 .story .story-avatar {
        margin-top: 388px;
        margin-left: 294px;
    }

    .element-visible .t10 .story .story-button {
        margin-top: 580px;
        margin-left: 294px;
    }
}