.video_transcript {
    position: relative;
    max-height: 280px;
    overflow: hidden;
}

    .video_transcript .read_show {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding-top: 40px;
        padding-bottom: 25px;
        text-align: center;
        background: linear-gradient(180deg, rgba(248,248,248,0) 0%, rgba(248, 248, 248, 1) 80%);
    }
    .video_transcript .read_hide {
        z-index: 1000;
        position: absolute;
        right: 0;
        top: -50px;
    }
        .video_transcript .read_hide.bottom {
            z-index: 1000;
            position: absolute;
            right: 0;
            top: auto;
            bottom: -35px;
        }

    .video_quicklinks h4 {
        line-height: 1.6;
        margin-top: -10px;
    }
    .video_quicklinks h4 > .mk-main-ico {
        padding-bottom: 5px;
    }
        .video_quicklinks time {
            position:relative;
            margin-top: -1px;
            padding: 0 5px;
            padding-bottom: 1px;
            background: #e7e7e7;
            border-radius: 10px;
            color: #808080;
            font-size: 12px;
        }
            .video_quicklinks .vtime_play time::after {
                font-family: FontAwesome;
                content: "\f01d";
                padding-left: 3px;
            }