.header-slideshow-cont {
    overflow: hidden;
}
.header-slideshow-panel .header-slideshow-cont .autoplayer-pro .expand-full {
    z-index: 10;
    right: 0;
    transition: all 0.7s ease;
}
.header-slideshow-panel .header-slideshow-cont .autoplayer-pro.interior .expand-full {
    display: none;
}
.autoplayer-pro {
    position: relative;
    overflow: hidden;
    height: 125vw;
    max-height: calc(100vh - 58px);
    margin-bottom: 5px;
}


.autoplayer-pro.interior::after {
    position: absolute;
    z-index: 5;
    content: "";
    right: 0;
    bottom: -20px;
    width: 116px;
    height: 80px;
    opacity: 0.4;
    pointer-events: none;
    background-image: url(../png/funky-lines-white.png);
}

@media (min-width: 641px) {
    .autoplayer-pro {
        height: 600px;
    }
}

.autoplayer-pro .poster {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: block;
    min-height: 100%;
	min-width: 100%;
	object-fit: cover;
    transform: translate(-50%, -50%);
    filter: blur(20px);
}

.autoplayer-pro .fallback.loaded .poster {
    filter: none;
}

.autoplayer-pro .video {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 300ms cubic-bezier(0,0,0.3,1);
}

.autoplayer-pro.video-loaded .video {
    opacity: 1;
}

.autoplayer-pro .video-controls {
    display: none;
    margin-bottom: 1rem;
}

.autoplayer-pro.video-loaded .video-controls {
    display: block;
}

.autoplayer-pro .video-control {
	display: inline-flex;
	align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
	width: 30px;
	height: 30px;
    color: #fff;
    border: none;
	border-radius: 50%;
    background-color: #faa63d;
    cursor: pointer;
}

.autoplayer-pro .video-control:hover {
	background-color: #faa63d;
}

.autoplayer-pro .video-control:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #faa63d;
    outline: none;
}

.autoplayer-pro .video-control .fa-play {
    margin-left: 2px;
}

.autoplayer-pro .text-content {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 2rem;
    text-align: center;
    min-width: 100%;
}
.autoplayer-pro.interior .text-content {
    text-align: left;
    padding: 1.5rem 15px;
}
.autoplayer-pro .text-content::before {
    position: absolute;
    content: "";
    width: 100%;
    right: 0;
    bottom: 0;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    z-index: 0;
}

.autoplayer-pro .text-content .title {
    position: relative;
    font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1025 - 320)));
    font-weight: 700;
    color: #FFF;
    margin-bottom: 10px;
}

.autoplayer-pro.interior .text-content .title{
    margin-bottom: 2px;
    font-family: "futura-pt",sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #feb747;
    text-transform: uppercase;
}

.autoplayer-pro .text-content p.description {
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    border-bottom: none;
    text-decoration: none;
    position: relative;
    margin-bottom: 5px;
}

.autoplayer-pro.homepage .text-content p.description {
    display: none;
}

.autoplayer-pro .text-content .read-more {
    color: #FFF;
    text-decoration: none;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1025 - 320)));
}

.autoplayer-pro .text-content .read-more:hover,
.autoplayer-pro .text-content .read-more:focus {
    text-decoration: none;
    outline: none;
}

@media (min-width: 40.063em) {
    .header-slideshow-cont {
        margin-right: 2px;
        min-width: calc(50vw - ((100vw - 100%) / 2) - 2px);
    }

    
}

@media only screen and (min-width: 768px){
    .autoplayer-pro {
        height: 50vw;
        max-height: calc(100vh - 125px);
    }

}

@media (min-width: 64.063em) {
    .autoplayer-pro {
        position: relative;
        overflow: hidden;
        margin-right: 2px;
        min-width: calc(50% - 2px);
        transition: 0.5s min-width;
    }
    .autoplayer-pro.interior {
        height: calc(403px + (660 - 403) * ((100vw - 1025px) / (1440 - 1025)));

    }
    .header-slideshow-cont {
        transition: 0.5s min-width;
    }

    .autoplayer-pro .text-content {
        transition: all .5s ease;
    }
    .autoplayer-pro.interior .text-content {
        padding: 30px;
        width: 100%;
    }

    .header-slideshow-cont.active,
    .header-slideshow-cont.active .autoplayer-pro .text-content {
        min-width: 95vw;
        transition: all .5s ease;
    }

    .autoplayer-pro .text-content .title {
        font-size: 30px;
    }
    .autoplayer-pro.interior .text-content .title {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1.2px;
    }
    .autoplayer-pro .text-content p.description {
        font-size: 21px;
        letter-spacing: 0.5px;
        font-weight: 700;
    }
    .autoplayer-pro .text-content .read-more {
        font-size: 16px;
    }
}

@media (min-width: 1440px) {
    .autoplayer-pro.interior {
        min-height: 660px;
    }
    .autoplayer-pro.interior .text-content{
        padding-left: calc((100vw - 1340px)/2);
    }
}