.video-content-box {
    position: relative;
    padding-top: 45%;
}

.video-content-box .video-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    color: #ffffff;
    cursor: pointer;
}

.video-content-box i {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 70px;
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: top;
    line-height: inherit;
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}


.video-content-box .video-content video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-content-box .text-content {
    position: absolute;
    bottom: 25px;
    text-align: center;
    width: 100%;


}

.video-content-box .text-content p {
    padding: 5px 10px;
    background: #000000b3;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    display: inline-block
}

#story-content-box p {
    margin: 0;
}

#story-content-box p.story-text {
    display: none;
}

.story-item {
    position: relative;
}

.story-box p {
    margin-bottom: 0;
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%;
    padding: 10px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.story-box p span {
    background-color: #0000008f;
    padding: 8px 20px;
    color: #ffffff;
    margin-bottom: 10px;
}

@media (max-width:760px) {

    .video-btn {
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px;
    }

    .video-content-box i {
        font-size: 40px;
    }

    .video-content-box .text-content {
        bottom: 10px;
        line-height: 16px;
    }

    #story-content-box .container {
        width: 100% !important;
    }

    .video-content-box .text-content p {
        font-size: 8px;
        padding: 0px 10px;
        text-align: center;
        line-height: 15px;
        margin-bottom: 0;
    }

    .video-content-box .text-content p.story-text {
        display: block;
    }
}



@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/s/materialicons/v41/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2')
}