.header-video {
    overflow: hidden;
    background: #000;
    position: relative;
    width: 100vw;
    height: calc(100vh - 90px);
}

#hero_video {
    position: relative;
    background-size: cover;
    color: #fff;
    width: 100%;
    font-size: 16px;
    display: table;
    height: 100%;
    z-index: 99;
    text-align: center;
}

video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
}

.header-video iframe {
    min-height: 100%;
    width: 100%;
}

.header-video video {
    width: 100%;
}

.header-video .teaser-video {
    width: 100%;
    height: auto;
}

.header-video .header-video--media {
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .header-video {

        height: 215px;
    }
    #hero_video div p {
        padding: 5px;
        font-size: 18px;
    }
    #hero_video div h3 {
        font-size: 21px;
    }
}

@media (max-width: 575px) {
    #hero_video div h3 {
        font-size: 1.4375rem;
    }
}


.cym-slider .owl-next,.cym-slider .owl-prev {
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
}

.cym-slider .owl-prev {
    right: unset;
    left: -40px;
}

.cym-slider .owl-next span,.cym-slider .owl-prev span {
    font-size: 60px;
}

.cym-slider .owl-next:hover,.cym-slider .owl-prev:hover {
    background: transparent !important;
}

.cym-slider .owl-next:hover span,.cym-slider .owl-prev:hover span {
    color: var(--color-main);
}

.cym-slider .item .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3em;
    line-height: 1.5em;
}

.cym-slider .item .card-body .mb-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.5em;
    line-height: 1.5em;
}
