/*================================*/
/*|    HOME CARROUSEL - Begin    |*/
/*================================*/

.carrousel-home {
    height: 647px;
    border-right:none;
    border-left: none;
    position: relative;
}

.tmpl-video{
    top:0%;
    left:0%;
    height:100%;
    width:100%;
    overflow: hidden;
    position: absolute;
}

.tmpl-video video{
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.tmpl-carrousel{

}

.tmpl-carrousel a{
    display:block;
}

.tmpl-carrousel .owl-carousel {
    height:647px;
}

.tmpl-carrousel .owl-stage{

}

.tmpl-carrousel .owl-item{

}

.tmpl-carrousel .slide-carrousel{

}

/*================================*/
/*|     HOME CARROUSEL - End     |*/
/*================================*/
