﻿.anim-descrptn {
    font-size: 15px;
    color: #666666 !important;
    text-align: left;
}

.anim-descrptn-heading {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #666666 !important;
    margin-bottom: 5px;
}

.data-descrptn {
    display: none;
}

.movieclip {
    height: 100%;
    width: 100%;
    background: transparent;
    overflow: hidden;
    outline: none;
}


.visible-descrptn {
    display: block;
}

.descrpt-underline {
    border-top: solid 2px #666;
    margin-bottom: 20px;
}

#animation-sec {
    position: relative;
}
.pauseBtn {
    width: 40px;
    height: 40px;
    background: url('../img/pause-btn.svg') center center no-repeat;
    opacity: 0.3;
    z-index:100;
    border-radius: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.playBtn {
    background: url('../img/play-btn.svg') center center no-repeat !important;
}

