.slideshow-int .item {
    position: relative;
    overflow: hidden;
}

.slideshow-int .item .img-cont {
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
}

.slideshow-int .item img {
    width: 100%;
    height: auto;
}

.slideshow-int .item .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    transform: translate(-50%, -50%);
}
.slideshow-int .item .play-btn i.far{
    font-size: 50px;
    color: #FFF;
    opacity: 0.6;
}
.slideshow-int .item .play-btn:hover i.far{
    opacity: 0.75;
}


.slideshow-int .item .img-cont video {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 100%;
    width: auto;
    height: auto;
    min-height: 100%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-in;
}

.slideshow-int .item .content,
.slideshow-int .item .alt-description {
    position: absolute;
    bottom: 20px;
    right: 0;
    max-width: 300px;
    padding: 15px;
    background-color: #fff;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.slideshow-int .item .alt-description{
    bottom: auto;
    top: -30%;
    box-shadow: -2px 4px 8px -1px rgba(0, 0, 0, 0.2);
    padding: 10px;
    pointer-events: none;
}

.slideshow-int .item .alt-description p{
    margin-bottom: 0;
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1024 - 320)));
}

.slideshow-int .item .content h5 {
    margin-bottom: 5px;
}

.slideshow-int .item .content p {
    margin-bottom: 0;
    line-height: 1;
    display: inline-block;
}

@media (min-width: 641px) {
    .slideshow-int .item .img-cont .play-btn.vimeo {
        display: none;
    }

    .slideshow-int .item .img-cont video.loaded {
        opacity: 1;
    }

    .slideshow-int .item .alt-description{
        top: -25%;
        padding: 15px;
    }


}
.slideshow-int .item .content .fa-square,
.slideshow-int .item .alt-description .fa-square {
    position: relative;
    color: #cb545b;
    font-size: 16px;
}

.slideshow-int .item .content .fa-caret-right,
.slideshow-int .item .alt-description .fa-caret-right {
    position: absolute;
    left: 55%;
    top: 55%;
    transform: translate(-50%, -55%);
    font-size: 12px;
    color: #fff;
}

@media only screen and (min-width: 1025px) {
    .slideshow-int .item .content {
        bottom: 35px;
        max-width: 100%;
        padding-right: 20px;
    }

    .slideshow-int .item .alt-description{
        top: -15%;
        max-width: 350px;
    }

    .slideshow-int .item .alt-description p{
        font-size: 18px;
    }
}

/**** DOTS ****/

.slideshow-int .slick-dots {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: 15px;
    list-style: none;
}

.slideshow-int .slick-dots li button {
    position: relative;
    content: "";
    background: url("/includes/public/assets/images/dot_static.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    padding: 15px;
}

.slideshow-int .slick-dots li.slick-active button::after {
    position: absolute;
    content: "";
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: ' \25CF';
    font-size: 22px;
}


@media only screen and (min-width: 551px) {
    .slideshow-int .slick-dots {
        top: 30%;
    }
}

@media only screen and (min-width: 1025px) {
    .slideshow-int .slick-dots {
        top: 50%;
    }
}


/*ALTERNATIVE LAYOUT*/
.slideshow-int .item .content .title-lg {
    display: none;
}

.slideshow-int.large-title .item .title-lg {
    display: block;
}

.slideshow-int.large-title .item .content .title,
.slideshow-int.large-title .item .content .description {
    display: none;
}

.slideshow-int.large-title .item .alt-cont{
    position: relative;
}

.slideshow-int.large-title .item .content {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    margin-top: -43px;
    padding: 15px 5px 15px 15px;
    background: transparent;
}

.slideshow-int .title-lg .top {
    display: block;
    text-shadow: 5px -5px 30px #fafaf5, -5px -5px 30px #fafaf5, -20px -40px 70px #fafaf5, 20px -40px 70px #fafaf5;
}

.slideshow-int .title-lg h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 900;
    font-size: 40px;
    letter-spacing: 0;
    color: #2f3b40;
}

@media only screen and (min-width: 641px) {
    .slideshow-int.large-title .item .content {
        position: relative;
        width: 100%;
        max-width: 1270px;
        margin: -54px auto 0;

    }

    .slideshow-int .title-lg h2 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 1025px) {
    .slideshow-int .title-lg .top {
        text-shadow: 80px -20px 150px #fafaf5, -80px -20px 150px #fafaf5;
    }

    .slideshow-int.large-title .item .content {
        padding: 15px 20px 20px;
        margin-top: -79px;
    }

    .slideshow-int .title-lg h2 {
        font-size: 105px;
        line-height: 90px;
    }

}

/*END OF ALTERNATIVE LAYOUT*/