

@media screen and (max-width:992px) {
  #banner-logo-ead{
    background-blend-mode: color;
    height: 30vh;
    border-radius: 0 0 10px 10px;
  }

}

@media screen and (max-width:920px) {
  #banner-logo-ead{
    background-blend-mode: color;
    height: 50vh;
  }

}


@media screen and (max-width:885px) {
  #banner-logo-ead{
    background-blend-mode: color;
    height: 70vh;
  }

}


@media screen and (max-width:430px) {
  #banner-logo-ead {
    height: 45vh;
  }

  #banner-logo-ead .text-logo{
    float: left;
    position: relative;
    top: 30px;
    z-index: 9;
  }

  #banner-logo-ead h3 {
    font-size: 16px !important;
  }

  #banner-logo-ead h5 {
    font-size: 14px !important;
  }

}

@media screen and (max-width:390px) {

  #banner-logo-ead {
    height: 48vh;
  }

  #banner-logo-ead .text-logo{
    top: 25px;
  }

  #banner-logo-ead h3 {
    font-size: 14px !important;
  }

  #banner-logo-ead h5 {
    font-size: 13px !important;
  }

}


@media screen and (max-width:375px) {

  #banner-logo-ead {
    height: 55vh;
  }

  #banner-logo-ead .text-logo{
    top: 25px;
  }

  #banner-logo-ead h5 {
    font-size: 12px !important;
  }
}


@media screen and (max-width:320px) {

  #banner-logo-ead {
    height: 65vh;
  }

}