/* 
HARP TOOL
Customization
*/

.tool-hero.is-custom {
  _color:#FFF;
  background-image: url("walking-bass-hero.jpg");
  background-size: cover;
  background-position: center top; /* 👈 stick to the top */
  background-repeat: no-repeat;
}


.tool-hero-image{
height:320px;
width:auto;
}

.tool-collab-image.is-custom{
width:120%;
position:absolute;
right:auto;
left:0;



bottom:0;
z-index:0;
}





