.intro {
  margin-top: 40px;
  display: block;
  position: relative;
}
/*.intro::after{
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 1px;
  background: rgb(19,170,122);
  background: -moz-linear-gradient(-45deg, rgba(19,170,122,.1) 0%, rgba(17,112,181,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(19,170,122,1) 0%,rgba(17,112,181,1) 100%);
  background: linear-gradient(135deg, rgba(19,170,122,1) 0%,rgba(17,112,181,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13aa7a', endColorstr='#1170b5',GradientType=1 ); 
}*/

.intro h1{
  font-weight: 500;
}
.intro h4{
  color: #151515;
  max-width: 1200px;
}
.artists .subpage-box h4{
  font-size: 1.4em;
  padding: 5px;
}

.products .subpage-box .txtwrapper h4{
  padding: 0;
}
.subpage-box .desc{
  display: block;
  padding: 0px;
  font-size: .9em;
  font-weight: 400;
  min-height: 80px;
}
.subpage-box .blender{
  height: 0px;
  overflow: hidden;
  padding: 0;
      -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;  
}

h2.home-subtitle{
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 50px;
}


@media Screen and (min-width:1400px) {
	.artist-intro-box img {
		width: 100%;
		max-width: none !important;
		height: auto;
	}
}

@media Screen and (min-width:1550px) {
	.col-xl-zb-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.artist-intro-box img {
		padding-top: 35%;
	}
}
@media Screen and (min-width:1800px) {
	.artist-intro-box img {
		padding-top: 15%;
	}
}

.artist-intro-imgwrapper {
	display: block;
	position: relative;
	margin-bottom: 60px;
}
.artist-intro-box img {
	position: relative;
	z-index: 12;
}
.artist-intro-box .txtwrapper {
	position: relative;
	z-index: 15;
	padding: 20px;
	margin: -60px 10px 10px 10px;
	text-align: center;
	color: #FFF;
	background: rgb(19,170,122);
	background: -moz-linear-gradient(-45deg, rgba(19,170,122,.85) 0%, rgba(17,112,181,.85) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(19,170,122,.85) 0%,rgba(17,112,181,.85) 100%);
	background: linear-gradient(135deg, rgba(19,170,122,.85) 0%,rgba(17,112,181,.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13aa7a', endColorstr='#1170b5',GradientType=1 ); 
}
.artist-intro-box .txtwrapper h4 {
	color: #FFF;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.75em;
	padding-bottom: .1em;
}
.artist-intro-box .desc {
	font-size: .85em;
}

@media Screen and (min-width:768px) {
	.artist-intro-box .txtwrapper h4 {
		font-size: 2em;
	}
	.artist-intro-box .desc {
		font-size: 1em;
	}
	.artist-intro-box .txtwrapper {
		position: absolute;
		z-index: 15;
		left: 20px;
		right: 20px;
		bottom: 20px;
	}
}
@media Screen and (min-width:1024px) {
	.artist-intro-box .txtwrapper h4 {
		font-size: 2.4em;
	}
	.artist-intro-box .desc {
		font-size: 1em;
	}
}
.artist-intro-box .desc-more {
	height: 0;
	overflow: hidden;
	      -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out; 
} 
.artist-intro-box:hover .desc-more {
	height: 60px;
	overflow: hidden;
} 

.artist-intro-box .desc-more span{
	text-transform: uppercase;
    display: inline-block;
	padding: .2em 3em;
	color: #FFF;
	border: 1px solid #FFF;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	margin: 20px auto 5px;
} 
