
.liiva_single_video-wrapp {
    padding-top: 100px;
    padding-bottom: 50px;
    background-image: url('../img/home-bgr-1.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.liiva_single_video-wrapp .caption-1 {
    font-family: 'laCartoonerie';
    font-size: 56px;
    color: #70345d;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}
.liiva_single_video-wrapp .caption-2 {
    font-family: 'laCartoonerie';
    font-size: 24px;
    color: #41385c;
    font-weight: 700;
    text-align: center;
}

.liiva_single_video_caption {
    position: relative;
    margin: auto;
    display: table;
}

.liiva_single_video_caption .img-poster {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    position: relative;
    width: 668px;
    height: 445px;
    border-radius: 125px;
}

.liiva_single_video_caption .img-poster.active {
    background: none !important;
}

.liiva_single_video_caption .img-poster.active .video-inner {
    display: none;
}

.liiva_single_video_caption .img-poster::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url('../img/poster-h.png') no-repeat;
    background-size: cover;
    z-index: 4;
}

.liiva_single_video_caption iframe {
    border-radius: 125px;
    width: 94%;
    height: 96%;
    margin: 2% 3%;
}

.liiva_single_video_caption .img-poster a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.liiva_single_video_caption .img-poster .play {
    position: absolute;
    width: 117px;
    height: 119px;
    top: 50%;
    left: 50%;
    margin: -58px 0px 0px -58px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.liiva_single_video_caption .img-poster .play::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../img/play.png') no-repeat;

}

.liiva_single_video_caption .img-poster .play::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../img/play.png') no-repeat;
    background-position: 0px -119px;
    opacity: 0;

}

.liiva_single_video_caption .img-poster:hover .play::before {
    opacity: 0;
}

.liiva_single_video_caption .img-poster:hover .play::after {
    opacity: 1;
}

.liiva_single_video_caption .img-poster:hover .play {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@media (max-width: 992px) {
    .liiva_single_video_caption .img-poster {
        width: 455px !important;
        height: 300px !important;
    }
}

@media (max-width: 470px) {
    .liiva_single_video_caption .img-poster {
        width: 290px !important;
        height: 193px !important;
    }

    .liiva_single_video_caption .img-poster .play {
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }

    .liiva_single_video_caption iframe {
        border-radius: 43px;
    }
}




