.HomPageSlideShowContainer {
    position: relative;
    width: 100%;
    z-index: 1;
}

@media only screen and (max-width: 893px) {
    .HomPageSlideShowContainer {
        margin-top: 80px;
    }
}

.HomePageSlideShowSlide {
    width: 100%;
    height: auto;
    /* min-height: 500px !important; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.HomePageSlideShowSlideTitle {
    width: 100%;
    text-align: center;
    font-size: 35px;
    text-shadow: 0 0 40px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1);
}

.HomePageSlideShowSlideTitle div {
    font-size: clamp(18px, 2vw, 56px);
    padding-top: 10px;
    /*font-family: 'Neuton', serif;*/
    text-transform: uppercase;
    color: #231f20;
    font-weight: 800;
    transition: 1s all;
    line-height: 0.8;
    margin-bottom: 5px;
    text-shadow: 0 0 40px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1);
}

.HomePageSlideShowSlideTitle a {
    display: inline-block;
    background-color: #00889B;
    margin-top: 10px;
    padding: 20px 40px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: 0.5s all;
    clear: both;
    text-shadow: 0 0 0;
}

.HomePageSlideShowSlideTitle a:hover {
    background-color: #000;
    color: #fff;
}

.owl-item.active .HomePageSlideShowSlideTitleTD {
    transform: translate(0px, 0px);
    opacity: 1;
    transition: 2s all;
}

@media only screen and (max-width: 800px) {
    .HomePageSlideShowSlideTitleTD {
        font-size: 18px !important;
    }

    .HomePageSlideShowSlideTitleTD div {
        font-size: 32px !important;
    }

    .HomePageSlideShowMouse {
        display: none;
    }

    .HomePageSlideShowSlideTitleTD a {
        display: none;
    }

    .HomePageSlideShowSlideTitle a {
        padding: 5px 10px;
        font-size: 10px;
        /* float: left; */
        /* margin: 0px 0px 10px 10px; */
    }
}