.header-slideshow-int {
    position: relative;
}

.header-slideshow-int .img-cont {
    position: relative;
    overflow: hidden;
}

.header-slideshow-int .img-cont img {
    display: block;
    width: 100%;
}

.header-slideshow-int .img-cont::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
}

.header-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;
}

.header-slideshow-int .item .play-btn {
    position: absolute;
    left: 50%;
    transform: translateY(-50%);
    top: 50%;
    opacity: 0.6;
    z-index: 1;
}
.header-slideshow-int .item .play-btn:hover {
    opacity: 0.75;
}
.header-slideshow-int .item .play-btn i {
    color: white;
}
.header-slideshow-int .item .play-btn i::before{
    font-size: calc(45px + (60 - 45) * ((100vw - 320px) / (640 - 320)));
}

.header-slideshow-int .slide-content {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 25px;
    text-align: right;
}

.header-slideshow-int .slide-content h2 {
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    color: white;
    margin: 0 0 10px;
}

.header-slideshow-int .slide-content .desc {
    font-family: 'eb-garamond',serif;
    font-size: 18px;
    color: white;
    margin: 0;
    line-height: 22px;
}

.header-slideshow-int .slide-content .desc a {
    font-family: inherit;
    color: #fec21b;
    font-weight: normal;
}
@media (min-width: 641px) {
    .header-slideshow-int .item .isvimeo .play-btn{
        display: none;
    }
    
    .header-slideshow-int .item .img-cont video.loaded {
        opacity: 1;
    }
}


@media (min-width: 1025px) {
    .header-slideshow-int .slide-content {
        padding-right: calc(15px + (100 - 15) * ((100vw - 1025px) / (1700 - 1025)));
        padding-bottom: 30px;
        max-width: 800px;
    }

    .header-slideshow-int .slide-content h2 {
        font-size: 36px;
        line-height: 34px;
        font-weight: 800;
        margin-bottom: 15px;
    }

    .header-slideshow-int .slide-content .desc {
        font-size: 23px;
        line-height: 26px;
    }

    .header-slideshow-int .item .play-btn i::before{
        font-size: 75px;
    }
}

@media (min-width: 1720px) {
    .header-slideshow-int .slide-content {
        padding-right: 100px;
    }
}