.banner.ypfcom__panels-banner-text-darkest {
    background-color: #0451DD !important;
    z-index: 2;
}

.banner.ypfcom__panels-banner-text-darkest .banner__title::after {
    border-bottom: 1px solid var(--Grey-Scale-0);
}

.ypfcom__panels-banner-text-darkest .banner__containe .banner__title {
        font: 40px / 44px var(--font-din-bold);
    }

.ypfcom__panels-banner-text-darkest > .banner__bg-image {
  position: absolute !important;
  top: 90px;
  bottom: 0;
  left: var(--border-content-distance) !important; 
  width: var(--yl-container-width) !important;    
  margin: 0 !important;
  transform: none !important; 
  display: flex;
  justify-content: flex-start;
  z-index: 0;
  pointer-events: none; 
}

.ypfcom__panels-banner-text-darkest > .banner__bg-image .generic-image,
.ypfcom__panels-banner-text-darkest > .banner__bg-image [is="vue:generic-image"] {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}


.ypfcom__panels-banner-text-darkest > .banner__bg-image img.generic-image__image {
  display: block !important;
  height: 100% !important;    
  width: auto !important;     
  max-width: 100% !important;
  object-fit: contain !important; 
}

.ypfcom__panels-banner-text-darkest .yl-container,
.ypfcom__panels-banner-text-darkest .banner__containe {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
    
    .ypfcom__panels-banner-text-darkest > .banner__bg-image {
        display: none;
    }

}