/* -------------------------------------------------- Video -------------------------------------------------- */

/* -------------------------------------------------- n107m-1 -------------------------------------------------- */

.video-n107m-1 {
    margin: 0 0 80px 0
}

.video-n107m-1.fcb {
    padding: 25px;
    text-align: center;
    background: transparent;
    margin: 0;
    width: 80%;
    height: 60%;
}

.video-n107m-1.fcb iframe {
    width: 100%;
    height: 98%;
}

.video-n107m-1.fcb video {
    background: transparent !important;
    max-width: 100%;
    max-height: 100%
}

.video-n107m-1 .item {
    width: 100%;
    float: left;
    max-height: initial !important
}

.video-n107m-1 .item .blk {
    background: #f2f2f2;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 32.6vw
}

.video-n107m-1 .item .blk .square-cont {
    position: absolute;
    width: 100%;
    height: 100%
}

.video-n107m-1 .item .blk .cover-image:before {
    content: '';
    background: #181818;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .5;
    z-index: 1
}

.video-n107m-1 .item .blk .cover-image>span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center
}

.video-n107m-1 .item .blk .cover-image>span>img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.video-n107m-1 .item .blk .cover-image span img {
    transition: all .3s
}

.video-n107m-1 .item .blk .play {
    text-align: center;
    font-size: 28px;
    border: 4px solid;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    line-height: 56px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.video-n107m-1 .item .blk:hover .play {
    color: #7eb01a
}

.video-n107m-1 .item .blk:hover span img {
    transform: scale(1.1)
}

.video-n107m-1 .owl-pagination,
.video-n107m-1 .owl-buttons {
    display: none
}

@media(max-width:768px) {
    .video-n107m-1 {
        margin: 0 0 40px 0
    }

    .video-n107m-1 .item .blk {
        padding-bottom: 56vw
    }
}