#experiencesShowcaseContainer
{
	max-width: 1200px;
	margin: auto;
}

#experiencesShowcase
{
	position: relative;
    overflow: hidden;
    margin: auto;
    padding: 1em;
}

.experiencesShowcaseExperiencesContainer
{
	display: grid;
    column-gap: 2em;
	grid-template-rows: max-content !important;
	
	margin-top: 5em;
	
}

.experiencesShowcaseExperienceContainer
{
	width: 20em;
	box-shadow: 0px 0px 10px 0px #00000085;
    border-radius: 10px;
    overflow: hidden;
}

.experiencesSelectionExperience
{
	width: 20em;
}

.experiencesShowcaseExperienceContainer > h6
{
	margin: 20px;
	
    font-size: 1.2em;
    font-weight: 600;
    text-align: left;
}

.experiencesShowcaseExperienceContainer > p
{
	margin: 20px;
	text-align: left;
}

.experiencesShowcaseExperienceContainer a.regularButton
{
	margin-bottom: 2em;
}

.experiencesShowcaseSelectionExperienceImage
{
	position: relative;
	
	display: inline-block;
	width: 100%;
	height: 15em;
    border-radius: 10px;
	
	background-size: cover;
	background-position: center;
}

.experiencesShowcaseSelectionExperienceImage > span
{
	position: absolute;
    top: 10px;
    right: 10px;
	
    border-radius: 10px;
    background: white;
    padding: 7px;
	
    font-size: 0.85em;
    font-weight: 900;
}

.experienceSelectionExperienceDetailsButton
{
	text-align: center;
	margin-top: 2em;
}

.experienceSelectionExperienceDetailsButton > a
{
	margin-top: 0.5em;
}


@media (max-width: 999px)
{
	.destinationsSliderDestination 
	{
		width: 40vw;
	}
}

@media (max-width: 899px)
{
	.experienceSelection, 
	.experienceSelectionExperienceContainer
	{
		width: auto;
	}
}

@media (max-width: 499px)
{
	.experiencesShowcaseSelectionExperiencesContainer
	{
		flex-direction: column;
	}
	
	.destinationsSliderDestination 
	{
		width: 80vw;
	}
}

@media (max-width: 600px)
{
	.experiencesShowcaseExperienceContainer
	{
		width: 90vw;
	}
}