/* mobile fixes a16299 to place in keystone? */

/*over-ride keystone max-width 1440?*/
@media only screen and (min-width: 1440px) {
	.featuredDestinationsContainer .featuredDestination {
    	border-right:none !important;
    	border-left: none !important;
    	background-size: unset;
    	background-position: center;
	 	width: 25% !important;
    	text-align: center;
    	position: relative;
		margin: 0 !important;
	}
}

@media screen and (min-width: 801px) and (max-width: 1440px) {
    .featuredDestinationsContainer .featuredDestination {
        width: 33.33% !important;
        margin: 0;
		padding:0;
    }
	.featuredDestination:last-of-type {
		display:none;
	}
	
}

@media only screen and (max-width: 800px) {
	.featuredDestinationsContainer .featuredDestination {
	    border-right:none !important;
	    border-left: none !important;
	    background-size: unset;
	    background-position: center;
	    width: 50% !important;
	    text-align: center;
	    position: relative;
		margin: 0;
		display: inline-block;
	}
}

.featuredDestination {
    display: inline-flex;
    flex-wrap: nowrap;
}


