.grid-video-home .col{
    padding:0 !important;
}
.video-home video{
    width:100%;
    height:calc(100vh - 60px);
    object-fit:cover;
}
.breadcrumb{
    display:none !important;
}
.flex-title-hero{
    justify-content: flex-start;
}
.flex-title-hero>div:first-child {
    border-right: 1px solid var(--colorPrimary)
}
.hero-m5 p.title-hero{
    color:var(--colorPrimary);
}
.grid-video-home{
    height:68vh;
}
.grid-video-home .video video{
    height:68vh;
    width: 100%;
    object-fit: cover;
}
@media(max-width:1440px){
    .tabs-motor:not(.editMode .tabs-motor){
        bottom:-50px;
    }
    .grid-video-home,.grid-video-home .video video {
      height: 72vh;
    }
}
@media(min-width:768px) and (max-width:1024px){
    .grid-video-home,.grid-video-home .video video{
        height:65vh;
    }
}
@media(max-width:767px){
    .grid-video-home, .grid-video-home .video video{
        height:72vh;
    }
}