.utility-box-listing {
	padding-bottom: 3em;
}
.utility-box-listing p {
	font-size: 17px;
	line-height: 1.7;
	margin-bottom: 1em;
}
h2.artist-name {
	font-size: 28px;
}
.location-label, .location-value {
	display: block;
}
.segment-street_name:after, .segment-city:after {
	display: inline;
	content: ',';
}
.artist-social-links .social-icon {
	display: inline-block;
	position: relative;
	font-size: 24px;
	padding: 4px 10px 4px 0;
	margin-right: 6px;
	vertical-align: middle;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.artist-social-links .social-icon a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.artist-social-links .social-icon:hover {
	opacity: .6;
}
.box-description {
	padding-top: 1em;
}
.box-artist-container {
	padding-bottom: 2em;
}
.box-image-gallery-container {
	position: relative;
}
.box-image-gallery-container .swiper-wrapper {
	align-items: center;
}
.box-image-gallery-container .swiper-pagination {
	width: 100%;
	bottom: 30px;
}
.box-image-gallery-container .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border: solid 2px #000;
	background: #fff;
	opacity: 1;
	margin: 0 4px;
}
.box-image-gallery-container .swiper-pagination-bullet-active {
	background: #000;
	border-color: #fff;
}
.artist-social-links {
	margin-bottom: 1em;
}
.map-button-container {
	margin-top: 1em;
	margin-bottom: 1em;
}
.box-image-gallery-container .swiper-slide {
	display: flex;
	justify-content: center;
}
.box-image-gallery-container .swiper-slide img {
	max-height: 700px;
	width: auto;
}
@media (min-width: 992px) {
	.utility-box-listing {
		display: flex;
	}
	.box-artist-container {
		width: 45%;
		padding-right: 3em;
	}
	.location-label {
		display: inline-block;
		width: 130px;
		padding-right: 1em;
		vertical-align: top;
	}
	.location-value {
		display: inline-block;
		width: calc(100% - 130px);
		vertical-align: top;
	}
	.artist-image {
		float: right;
		min-width: 45%;
		margin-left: 1.5em;
	}
	.box-image-gallery-container {
		width: 55%;
	}
}