#headLine {
    height:80vh;
}
#headLine .owl-carousel,
#headLine .owl-stage-outer,
#headLine .owl-stage,
#headLine .owl-item,
#headLine .slide,
#headLine .slide .container-fluid,
#headLine .slide .row,
#headLine .slide .row > div {
    height: 100%;
}
#headLine .slide  {
    position: relative;
}
#headLine .slide .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    z-index: 3;
    background-color:rgba(48,55,63,.9);
}
#headLine .slide .mask .caption {
    width: 120%;
    margin-left: 30%;
    margin-right: -20%;
}
#headLine .slide .mask .caption span {
    color:var(--primaryColor);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
    left:-50px;
    opacity: 0;
    transition: .5s;
    transition-delay:.3s;
}
#headLine .slide .mask .caption h2 {
    color:white;
    font-weight: 500;
    opacity: 0;
    bottom:-50px;
    position: relative;
    transition: .5s;
    transition-delay:.3s;
    font-size:2.5rem;
}
#headLine .slide .mask .caption span:before {
    content:"";
    width:25px;
    height:2px;
    position: relative;
    border-radius: 20px;
    display:block;
    float: left;
    margin-right:15px;
    top:12px;
    background-color:var(--secondaryColor);
}
#headLine .slide .mask .caption .button {
    margin-top:25px;
    position: relative;
    right:-50px;
    opacity: 0;
    transition:.5s;
    transition-delay:.3s;
}
#headLine .carouselContent {
    display:flex;
    align-items: center;
    transform:scale(.8);
    right: -11%;
    position: relative;
    bottom:-15%;
}
#headLine .carouselContent .img {
    position: relative;
    transform: scale(1.3)
}
#headLine .carouselContent .img img {
    transform: scale(1.1);
}
#headLine .carouselContent .img:first-child {
    transform: scale(2.8);
    position: relative;
    margin-right: 14%;
}

#headLine .owl-item .carouselContent .img img {
    position: relative;
    right:-50px;
    opacity: 0;
    transition:.5s;
}
#headLine .owl-item.active .carouselContent .img img {
    right:0;
    opacity: 1;
}
#headLine .carouselContent .img:first-child img {
    transition-delay: .5s;

}
#headLine .carouselContent .img:nth-child(2) img {
    transition-delay: .8s;

}
#headLine .carouselContent .img:nth-child(3) img {
    transition-delay: 1s;

}
#headLine .owl-item.active .slide .mask .caption span {
    left:0 !important;
    opacity: 1 !important;
}
#headLine .owl-item.active .slide .mask .caption h2 {
    bottom:0 !important;
    opacity: 1 !important;
}
#headLine .owl-item.active .slide .mask .caption .button {
    right:0 !important;
    opacity: 1 !important;
}
@media screen and (min-width:992px) {
    #headLine .owl-stage,
    #headLine .owl-stage-outer {
        overflow: visible;
    }
}
#headLine .videoContent {
    height: 100%;
    overflow: hidden;
}
#headLine .owl-dots {
    position: absolute;
    right: 3%;
    bottom: 30px;
}
#headLine .owl-theme .owl-dots .owl-dot.active span {
    height: 5px !important;
    width: 25px;
}
#headLine .owl-theme .owl-dots .owl-dot span {
    height: 5px;
    width: 5px;
    margin:0px 2px !important;
}
#headLine .owl-prev {
    z-index: 15;
    position: absolute;
    left: 10%;
    bottom:20vh;
    color: white;
    top:auto;
}
#headLine .owl-next {
    z-index: 15;
    position: absolute;
    left: 15%;
    bottom:20vh;
    color: white;
    right:auto;
    top:auto;
}
@media screen and (max-width:1366px) {
    #headLine .owl-prev,
    #headLine .owl-next {
        bottom:10vh;
    }
    #headLine .carouselContent .img img {
        transform: scale(.9);
    }
}
@media screen and (max-width:992px) {
    #headLine {
        height:46vh;
    }
    .carouselContent .img:nth-child(2),
    .carouselContent .img:nth-child(3) {
        display:none;
    }
    #headLine .carouselContent .img img {
        transform:scale(.8);
    }
    #headLine .slide .mask .caption h2 {
        font-size:16px;
    }
    #headLine .slide .mask .caption span {
        font-size:11px;
        line-height: 11px;
    }
    #headLine .slide .mask .caption {
        width: 200%;
        margin-left: 0%;
        margin-right: -65px;
        margin-top: 45%;
    }
    #headLine .videoContent {
        overflow: hidden;
    }
    #headLine .videoContent video {
        transform:scale(3);
    }
    #headLine .slide {
        width: 100%;
        overflow-x: hidden;
    }
    #headLine .slide {
        background-size:cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    #headLine .container-fluid {
        overflow: hidden;
    }
}

@media screen and (max-height:771px) {
    #headLine .carouselContent .img:first-child {
        transform:scale(1.8) !important;
        margin-left:5%;
        margin-right:6%;
    }
}