
.interior-slideshow .linkWrapper {
    width: 35%;
    margin: 50px auto;
    
}
.interior-slideshow .slide .slide .img-cont {
    position: relative;
}
.interior-slideshow .slide .background-img {
    background-position: 50% 50%, 0 0;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
    height: 360px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.interior-slideshow .background-img .text-section-normal {
    display: flex;
    width: 1190px;
    padding: 0 15px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 1;
}

.interior-slideshow .text-section-normal .title {
    font-family: 'Mundo Sans W01 Bold';
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    text-shadow: 0 1px 15px rgba(0, 0, 0, 0.9);
    margin-bottom: 0;
}

.interior-slideshow .text-section-normal .link, .interior-slideshow .play-section .link {
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 3px 16px;
    font-family: 'Mundo Sans W01 Medium';
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background-color: #2e4e5e;
    transition: color .2s ease, background-color .35s ease, padding .35s ease;
}

.interior-slideshow .link .arrow {
    font-family:'sunrise_internationalregular';
    margin-left: 5px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.interior-slideshow .background-img img {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
}

.interior-slideshow .slide .play-section {
    width: 70%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: inline-block;
    position: absolute;
    overflow: hidden;
	text-align: center;
	transition: transform .35s ease;
    padding: 0 20px;
    text-shadow: 0px 0px 5px rgb(0, 0, 0, .7);
}

.interior-slideshow .slide .play-section .shared-play-button {
	position: relative;
    transform: none;
    left: auto;
    top: auto;
}


.interior-slideshow .shared-play-button img {
	width: 60px;
	margin: 0 auto;
}

.interior-slideshow .play-section .text-section {
	pointer-events: none;
}

.interior-slideshow .play-section .title {
	font-family: 'sunrise_internationalregular';
    font-size: 50px;
    line-height: 1;
    color: #fff;
	margin: 0;
}

.interior-slideshow .play-section .description {
	font-family: 'shorelines_script_boldregular', sans-serif;
    color: #fff;
    font-size: 13px;
	margin: 0;
}

@media(min-width: 641px) {
    .interior-slideshow .background-img .text-section-normal {
        margin-bottom: 54px;
        align-items: center;
    }
    .interior-slideshow .slide .play-section {
        width: 70%;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        display: inline-block;
        position: absolute;
        overflow: hidden;
        text-align: center;
        transition: transform .35s ease;
        padding: 0 20px;
        text-shadow: 0px 0px 5px rgb(0, 0, 0, .7);
    }
}

@media(min-width: 1025px) {
    .interior-slideshow .slide .background-img {
        height: 560px;
    }

    .interior-slideshow .text-section-normal .link:hover {
        padding-right: 39px;
        padding-left: 39px;
        background-color: #32bbab;
        color: #1d4357;
    }
    .interior-slideshow .play-section .link:hover {
        padding-right: 39px;
        padding-left: 39px;
        background-color: #32bbab;
        color: #1d4357;
    }


	.interior-slideshow .shared-play-button img {
		width: 100px;
	}

	.interior-slideshow .play-section .description {
		font-size: calc(26px + (39 - 26) * ((100vw - 1025px) / (1280 - 1025)));
	}

	.interior-slideshow .play-section .title {
		font-size: calc(60px + (98 - 60) * ((100vw - 1025px) / (1280 - 1025)));
	}
}

@media(min-width: 1280px) {
	.interior-slideshow .play-section .title {
		font-size: 85px;
	}
	
	.interior-slideshow .play-section .description {
		font-size: 30px;
	}
}

.interior-slideshow .arrow-cont {
    top: 50%;
    left: -50px;
    width: calc(100% + 100px);
}

.interior-slideshow .arrow-cont {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    width: calc(100% - 60px);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.interior-slideshow .arrow-cont .custom-arrow {
	pointer-events: auto;
	cursor: pointer;
}

.interior-slideshow .arrow-cont .arrow-inner img {
    width: 30px;
}

.interior-slideshow .arrow-cont .slick-arrow.slick-hidden {
    display: none !important;
}

/* Meetings & Sports Themes Styles */
.sports .interior-slideshow .text-section-normal .title {
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 38px;
    text-transform: uppercase;
}
.meetings .interior-slideshow .text-section-normal .link,
.sports .interior-slideshow .text-section-normal .link {
    background-color: #214093;
    padding-top: 8px;
    padding-bottom: 8px;
}
.meetings .interior-slideshow .text-section-normal .link:hover,
.sports .interior-slideshow .text-section-normal .link:hover {
    color: #fff;
}
.meetings .interior-slideshow .link .arrow,
.sports .interior-slideshow .link .arrow {
    font-size: 0;
    background-image: url(/includes/public/assets/shared/right-arrow-white.png);
    height: 10px;
    width: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}
.meetings .interior-slideshow .background-img img,
.sports .interior-slideshow .background-img img {
    display: none;
}
@media (max-width: 640px) {

    .meetings .interior-slideshow .text-section-normal,
    .sports .interior-slideshow .text-section-normal {
        padding-bottom: 20px;
    }
    .meetings .interior-slideshow .text-section-normal .title,
    .sports .interior-slideshow .text-section-normal .title {
        line-height: 1.2;
    }
    .interior-slideshow .slide .play-section {
        width: 100%;
    }
}
