.mobileFeaturedLocationContainer{
    height: 194px;
    width: 100%;
    background-color: #EFF8F2;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 50px;
}

.scrollableContainer{
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 144px;
    width: 100%;
}

.mobileFeaturedLocationImgContainer{
    --galleryImgContainer-width: clamp(100px, calc(30vw + 20px), 219px);
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 124px;
}


.mobileFeaturedLocationImgContainer>.galleryImgContainer{
    width: var(--galleryImgContainer-width);
    margin: 0 .4rem;
    height: 115px;
}

.galleryImgContainer>.galleryImg{
    object-fit: cover;
    min-height: 100%;
}

.featuredLocationTitle{
    position: absolute;
    top: 0;
    left: 0;
	height: 6em;
	padding: 1.2em 0 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	background: rgb(239,248,242);
	background: linear-gradient(0deg, rgba(239,248,242,0) 0%, rgba(171,213,177,0.6068802521008403) 51%, rgba(171,213,177,1) 100%);
	color: #009639;
	font-weight: 600;
	font-size: 0.85rem;
	opacity: 80%;
	transition:all 0.2s ease-out; 
	-o-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out; 
	-webkit-transition:all 0.2s ease-out;
}