.hero-int {
    position: relative;
    width: 100%;
}
.hero-int .slider{
    margin-bottom: 0;
}
.hero-int .img-cont {
    position: relative;
    overflow: hidden;
}

.hero-int img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.hero-int .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;
}

.hero-int .play-btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    opacity: 0.6;
    z-index: 3;
}

.hero-int .play-btn:hover {
    opacity: 0.75;
}

.hero-int .play-btn i {
    color: var(--off-white);
}
.hero-int .item::before,
.hero-int .item::after {
    pointer-events: none;
}
.hero-int .play-btn i::before{
    font-size: calc(45px + (60 - 45) * ((100vw - 320px) / (640 - 320)));
}

.hero-int.paragraph-content .item::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* background-image: radial-gradient(farthest-corner at 0 100%, rgba(0,0,0,0.8), rgba(0,0,0,0) 70%); */
}

.hero-int.paragraph-content .content {
    position: absolute;
    z-index: 2;
    bottom: 8px;
    left: 0;
    padding: 0 15px;
}

.hero-int.paragraph-content .content .title {
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--font-body);
    color: var(--off-white);
}

.hero-int.paragraph-content .content .text,
.hero-int.title-content .mobile-text {
    display: none;
}

.hero-int.paragraph-content .mobile-text {
    display: block;
    padding: 15px;
}

@media (min-width: 40.063em) {
    .hero-int .isvimeo .play-btn{
        display: none;
    }
    
    .hero-int .img-cont video.loaded {
        opacity: 1;
    }

}

 @media only screen and (min-width: 1025px) {
    .hero-int {
        width: calc(100% - 110px);
        margin-left: auto;
        margin-top: -93px;
    }

    .hero-int .item::before {
        position: absolute;
        z-index: 1;
        content: "";
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0) 40%);
    }

    .hero-int.paragraph-content .item::after {
        background-image: radial-gradient(farthest-corner at 0 100%, rgba(0,0,0,0.8), rgba(0,0,0,0) 60%);
    } 

    .hero-int.paragraph-content .content {
        max-width: 580px;
        padding: 0 45px;
        bottom: 10px;
    }

    .hero-int.paragraph-content .content .title {
        font-size: 56px;
        line-height: 58px;
    }

    .hero-int.paragraph-content .content .text {
        display: block;
        color:var(--off-white);
    }
    .hero-int.paragraph-content .content .text a.read-more {
        color: var(--red)
    }

    .hero-int.paragraph-content .mobile-text {
        display: none;
    }
}

.hero-int.title-content .content {
    position: absolute;
    width: 100%;
    padding: 0 20px;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    text-align: center;
}

.hero-int.title-content .content .title {
    font-size: calc(32px + (90 - 32) * (100vw - 320px) / (1025 - 320));
    line-height: calc(38px + (95 - 38) * (100vw - 320px) / (1025 - 320));
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--font-display-alt);
    color: var(--off-white);
    text-shadow: 0 0 38px rgba(0,0,0,0.7);
}

@media only screen and (min-width: 1025px) {
    .hero-int.title-content .content .title {
        font-size: 90px;
        line-height: 95px;
    }
}

/* Hero title/subtitle option */
.hero-int.hero-blog {
    position: relative;
}

.hero-int.hero-blog .item::after {
    position: absolute;
    content: "";
    opacity: 0.8;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--red);
}

.hero-int.hero-blog .content {
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 0 20px;
    right: 50%;
    top: 48%;
    transform: translate(50%, -50%);
    text-align: center;
}

.hero-int.hero-blog .content .title h1{
    font-size: calc(32px + (90 - 32) * (100vw - 320px) / (1025 - 320));
    line-height: calc(35px + (95 - 35) * (100vw - 320px) / (1025 - 320));
    text-transform: uppercase;
    font-weight: 900;
    font-family: var(--font-display);
    color:var(--off-white);
    text-shadow: none;
}

.hero-int.hero-blog .content .title .outline {
    -webkit-text-stroke-width: 1px;
    font-weight: 900;
    letter-spacing: 1px;
}

.hero-int.hero-blog .content .subtitle {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 17px;
    line-height: 17px;
    font-size: calc(16px + (33 - 16) * (100vw - 320px) / (1025 - 320));
    line-height: calc(16px + (33 - 16) * (100vw - 320px) / (1025 - 320));
    font-family: var(--font-body);
    font-weight: 500;
    color: var(--off-white);
}

@media only screen and (min-width: 1025px) {
    .hero-int.hero-blog .content .title h1{
        font-size: 90px;
        line-height: 95px;
    }

    .hero-int.hero-blog .content .title .outline {
        -webkit-text-stroke-width: 2px;
    }
    
    .hero-int.hero-blog .content .subtitle {
        font-size: 33px;
        line-height: 33px;
    }
}
.hero-int .slider .button-cont {
    position: absolute;
    z-index: 2;
    bottom: 50%;
    transform: translateY(50%);
    right: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* margin: 0 15px; */
    align-items: center;
    pointer-events: none;
}

.hero-int .slider .button-cont .round-btn {
    width: 45px;
    height: 45px;
    background: transparent;
}
.hero-int .slider .button-cont .round-btn i.icon {
    font-size: 36px;
    color: var(--red);
    right:auto;
    left: auto;
    transform: translate(0,-50%);
}
.hero-int .slider .button-cont .round-btn.slick-prev i.icon {
    left: 0;
}
.hero-int .slider .button-cont .round-btn.slick-next i.icon {
    right: 0;
}
@supports (-webkit-background-clip: text) {
    .hero-int .slider .button-cont .round-btn i {
        font-size: 36px;
        background-color: var(--red);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

}
@media(min-width:641px){
    .hero-int .slider .button-cont {
        position: absolute;
        z-index: 2;
        bottom: 50%;
        left: 0;
        height: 95px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        pointer-events: none;

    }
    .hero-int .slider .button-cont .round-btn {
        width: 68px;
        height: 68px;
    }
    .hero-int .slider .button-cont .round-btn i {
        font-size: 36px;
    }
}

@media(min-width:1025px){
    .hero-int .slider .button-cont {
        /* bottom: 5px; */
    }
}
.hero-int .slider .button-cont button {
    margin-bottom: 0;
    pointer-events: all;
    background-color: var(--red);
}
.hero-int .slider .button-cont button::before,
.hero-int .slider .button-cont button::after {
    content : "";
}

.hero-int .slider .button-cont .slick-prev {
    margin-right: 18px;
    left: 0;
    top: 0;
}
.hero-int .slider .button-cont .slick-next {
    right: 0;
    top: 0;
}

.hero-int .slick-slider .item {
    position: relative;
}