.eldo-cust-header-mod{
  position:relative;
  min-height:35vh;
  
  display: flex;
  align-items: center;
}

.eldo-cust-header-img{
  position:absolute;
  margin-left:auto;
  max-width:35%;
  right:0; 
  bottom:0;
  max-height:100%;
}
.eldo-cust-header-img-full-height {
  max-height: none;
  height: 100%;
  max-width: none;
}

.eldo-cust-header-headline {
  font-size:48px;
  {#position:absolute;
  top: calc(50% - 40px);
  left:18%;#}
  font-family:"Avenir", "Arial", sans-serif;
  font-weight:900;
  color:#1e5882;
  margin: 0;
  margin-left: 10%;
  z-index: 1;
}

@media(max-width:1200px) {
  .eldo-cust-header-headline {
    font-size:36px;
  }
}

@media(max-width:900px) {
  .eldo-cust-header-headline {
    font-size:30px;
  }
  .eldo-cust-header-img{
    display:none;
  }
  .eldo-cust-header-mod{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-height:25vh;
  }
  .eldo-cust-header-headline{
    width:100%;
    text-align:center;
    left:0;
  }
}