.carousel-main {
    max-height: 500px;
    overflow: hidden;
}

.slick-dotted.slick-slider {
    margin: 0;
}

.carousel-img {
    height: 500px;
    width: 100%;

    background-size: cover !important;
    background-position: center center !important;
}

.carousel-video {

    height: 100%;
    width: 100% !important;
    color: white;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carousel-video p {
    margin: 0;
    padding: 0;
    line-height: 1;
}

#carousel-pics-div {
    position: relative;
    height: 500px;
}

.carousel-text-div {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 800;


}

.carousel-text-div p {
    margin: 0;
    padding: 0;
    line-height: 1;
    text-decoration: none;
    color: white;
    font-size: 3em;
    text-align: center;

    text-shadow: black -1px 5px 7px;
}

.carousel-text-div a {

    text-decoration: none;

    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.carousel-main {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 798;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 799;
}

.carousel-text-cta {
    font-size: 2em !important;
    font-weight: 100 !important;

    background-color: #2f6afe;
    padding: 15px 60px !important;
    text-shadow: none !important;

}



@media only screen and (min-width: 450px) and (max-width: 910px) {
    .carousel-text-div p {
        font-size: 5em;
    }
}

@media only screen and (min-width: 910px) {
    /* DESKTOP */
    .carousel-text-div p {
        font-size: 5vw;
        max-font-size: 5em;
        text-align: center;
    }



    .carousel-text-cta:hover {
        color: black !important;
    }

}