/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.locations-shortcode__item--has-image .locations-shortcode__thumb {
	flex: 0 0 200px;
	max-width: 200px;
}

.locations-shortcode__item--has-image .locations-shortcode__thumb img {
	width: 100%;
	height: auto;
}

@media (max-width: 991.98px) {
	.locations-shortcode__item--has-image .locations-shortcode__thumb {
		flex: 0 0 auto;
		max-width: 100%;
		width: 100%;
	}
}
