#artists_banner
{
	padding-bottom: 25%;
	background-position: center;
	background-size: cover;
}

.form-group
{
	position: relative;
}

.form-group>div>svg, .form-group>svg, .form-group .position-relative>svg
{
	position: absolute;
    bottom: 0;
    margin-bottom: calc(1rem - 0.375rem);
    right: 0.75rem;	
}

input.form-control-lg + svg
{
    margin-bottom: calc(1.25rem - 0.25rem) !important;
    right: 0.75rem;
}


#artist_profile_banner
{
	padding-bottom: 25%;
	background-position: center;
	background-size: cover;
}

#artist_profile_image a
{
	display:none;
}

#artist_profile_image:hover a
{
	display:block;
}

#artist_profile a
{
	/*display:none;*/
}

.profile_cv a
{
	color:#42b083;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link
{
	background-color: #42b083 !important;	
}