/**
 * Replace `$search` with `$replace` in `$string`
 *
 * @author Hugo Giraudel
 * @param {String} $string - Initial string
 * @param {String} $search - Substring to replace
 * @param {String} $replace ('') - New value
 * @return {String} - Updated string
 */
/**
 * http://codepen.io/philippkuehn/pen/zGEjxB
 */
/**
 * Change the fill color of an svg.
 * @param  {[type]} $svg
 * @param  {[type]} $color: $black
 */
/**
 * Create properly pathed image url
 * Usage: background-image: image-url('image.png');
 */
/**
 * Maintains aspect ratio
 * Grabbed from: https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin
 * @param  {[type]} $width  [description]
 * @param  {[type]} $height [description]
 * @return {[type]}         [description]
 */
/**
 * Change the color of the svg.
 */
/* note: pulled from hrz-card.scss. */
.component--photo-galleries {
  padding: 2rem 0.5rem;
}
.component--photo-galleries button.tabs-nav-btn {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.55;
}
.component--photo-galleries .listing-nav-open .tabs-nav-wrap {
  padding-top: 0.5rem;
}