.hsWrap {
    position: relative;
}

.hsInner {
    position: relative;
    /*max-height: 750px;*/
    height: auto;
}

.hsWelcome {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    z-index: 2;
    display:none;
}

.hsWelcomeBox {
    position: relative;
    z-index: 1;
    width: 100%;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.hsWelcomeText{
    font-size: 2.5em;
    line-height: normal;
    text-align: center;
    background-color: #ffffff9e;
    padding: 20px;
    color: #000;
}

.hsImgWrap > .owl-dots {
    /*position: relative;
    top: -2.5em;*/
}

.hsImgWrap > .owl-dots > .owl-dot > span {
    width: 15px !important;
    height: 15px !important;
    margin: 5px 15px !important;
    background-color: #c5972d !important;
}

.hsImgWrap > .owl-dots > .owl-dot.active > span, .hsImgWrap > .owl-dots > .owl-dot:hover > span {
    background-color: #011b34 !important;
}

.hsVidItem {
    /*height: 700px;*/
}

/*.hsVidItem .owl-video-frame > iframe {
    aspect-ratio: 16/9;
    width: 100%;
    position: relative;
    height: inherit;
}*/

.owl-carousel .owl-video-tn {
    background-size: cover !important;
    padding-bottom: 41.80%;
}

