.header-slideshow-int  {
    position: relative;
    margin: 0 0 15px;
    overflow: hidden;
}

.header-slideshow-int .top-accent {
    position: absolute;
    top: -5px;
    right: 0;
    width: 85%;
    z-index: 10;
    pointer-events: none;
}

.header-slideshow-int .top-accent img {
    display: block;
    width: 100%;
}

.header-slideshow-int .bottom-accent {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 85%;
    z-index: 10;
    pointer-events: none;
}

.header-slideshow-int .arrow-cont {
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 50px;
    height: 85px;
    display: flex;
    align-items: flex-start;
    z-index: 1;
}

.header-slideshow-int .arrow-cont .custom-arrow {
    color: white;
    font-size: 48px;
}

.header-slideshow-int .arrow-cont .custom-arrow.prev {
    margin-right: 8px;
}

.header-slideshow-int .item {
    position: relative;
}

.header-slideshow-int .item .img-cont {
    position: relative;
}

.header-slideshow-int .item .img-cont::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 65%;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
}

.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: translate(-50%, -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 .item .img-cont img {
    display: block;
    width: 100%;
}

/* .header-slideshow-int .item .slide-content {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 0 15px 60px;
    text-align: right;
    z-index: 1;
} */
.header-slideshow-int .item .slide-content {
    position: absolute;
    right: 55px;
    bottom: 0;
    width: calc(100% - 50px);
    padding: 0 10px 45px 5px;
    text-align: right;
    z-index: 1;
    max-width: 430px;
}

.header-slideshow-int .item h2 {
    font-size: 21px;
    line-height: 26px;
    text-transform: uppercase;
    color: white;
    margin: 0;
    font-weight: 800;
}

.header-slideshow-int .item .desc {
    font-size: 13px;
    color: white;
    margin: 0;
    line-height: 22px;
}

.header-slideshow-int .item .desc a {
    font-size: 12px;
    text-transform: uppercase;
    color: white;
}

.header-slideshow-int .dots-cont {
    display: none;
}

@media (min-width: 641px) {

    .header-slideshow-int .top-accent {
        width: 55%;
    }

    .header-slideshow-int .bottom-accent {
        bottom: -8px;
        width: 50%;
    }
    .header-slideshow-int .item .slide-content {
        padding-bottom: 30px;
        width: 80%;
    }
    .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 {
        margin-bottom: 20px;
    }
    
    .header-slideshow-int .top-accent {
        width: 45%;
    }

    .header-slideshow-int .bottom-accent {
        bottom: -10px;
        width: 45%;
    }
    .header-slideshow-int .item .play-btn i::before{
        font-size: 75px;
    }
    /* .header-slideshow-int .item .slide-content {
        padding-bottom: 20px;
        padding-right: 50px;
        width: 70%;
    } */

    .header-slideshow-int .item .slide-content {
        max-width: 530px;
        padding-bottom: 50px;
        right: 125px;
    }

    .header-slideshow-int  .arrow-cont {
        right: 75px;
        height: 110px;
    }

    .header-slideshow-int .item h2 {
        font-size: 36px;
        line-height: 34px;
        font-weight: 800;
        margin-bottom: 5px;
    }

    .header-slideshow-int .item .desc {
        font-size: 22px;
        line-height: 26px
    }

    .header-slideshow-int .item .desc a {
        font-size: inherit;
    }

    .header-slideshow-int .arrow-cont .custom-arrow {
        font-size: 56px;
        cursor: pointer;
    }

    .header-slideshow-int .arrow-cont .custom-arrow.prev {
        margin-right: 12px;
    }

    .header-slideshow-int .dots-cont {
        display: block;
        position: absolute;
        bottom: 15px;
        right: 70px;
        z-index: 1;
    }

    .header-slideshow-int .dots-cont .slick-dots {
        display: flex;
        position: relative;
        bottom: auto;
    }

    .header-slideshow-int .dots-cont .slick-dots li {
        width: 55px;
        height: 5px;
        background-color: #868785;
        margin: 0 0 0 15px;
    }

    .header-slideshow-int .dots-cont .slick-dots li.slick-active {
        background-color: white;
    }

    .header-slideshow-int .dots-cont .slick-dots li button {
        display: none;
    }
}

@media (min-width: 1300px) {
    .header-slideshow-int::before,
    .header-slideshow-int::after {
        height: 100px;
    }
}