.circo-brush-header {
  overflow: hidden;
}
.circo-brush-header img {
  display: none;
}
.circo-brush-header .circo-brush-header-wrapper {
  display: flex;
  align-items: center;
  padding: 0 25px;
}
.circo-brush-header .circo-brush-header-wrapper h1 {
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    font-family: 'NaN Jaune Midi';
    text-align: center;
    justify-content: center;
}
@media screen and (min-width: 1200px) {
  .single .circo-brush-header .circo-brush-header-wrapper h1 {
    padding: 0 20px 0 0px;
  }
  .circo-brush-header {
    position: relative;
    margin-bottom: 50px;
  }
  .single .circo-brush-header{
    height: 75vh;
  }
  .circo-brush-header img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 44vw;
    height: 100%;
    display: block;
    z-index: 1;
  }
  .circo-brush-header .circo-brush-header-wrapper {
    margin: 0 auto;
    min-height: unset;
    height: 100%;
    align-items: flex-end;
    display: flex;
   
  }
  .circo-brush-header .circo-brush-header-wrapper h1 {
    line-height: 1.2em;
    z-index: 10;
    width: 100%;
    display: flex;
    font-family: 'NaN Jaune Midi';
    color: #000;
    font-weight: 500;
    margin-top: 32.5rem;
  }